Skip to content

pauliver/GitHub-Issue-Timelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-Issue-Timelines

Build .NET Core App

name: IRL Schedule Builder
on:
  issues:
     types: [opened,edited]
  schedule:
  - cron: 01 00 * * 1
  
jobs:
  build:
    runs-on: windows-latest
    strategy:
      matrix:
        dotnet: [ '2.1.802' ]
    name: Dotnet ${{ matrix.dotnet }} IRL-Status
    steps:
      - name: Checkout Status Parsing Tools
        uses: actions/checkout@v2
        with:
          repository: pauliver/GitHub-Issue-Timelines
          path: IRLIssue
        
      - name: Setup dotnet
        uses: actions/setup-dotnet@v1
        with:
          dotnet-version: ${{ matrix.dotnet }}
     
      - name: Restore Dependancies
        run: dotnet restore IRLIssue/

      - name: Build Status Parsing Tools
        run: dotnet build IRLIssue/ --configuration Release
      
      - name: Run the Status Parsing Tools
        run: dotnet D:\a\${{REPO}}\${{REPO}}\IRLIssue\StatusReport\bin\Release\netcoreapp2.1\StatusReport.dll "${{ secrets.GITHUB_TOKEN }}" OWNER REPO REPO

Originially a private project here: https://github.com/pauliver/IRL-StatusReport

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages