Skip to content

Commit

Permalink
Fix pipeline by installing .net core 3.1
Browse files Browse the repository at this point in the history
Fix pipeline by installing .net core 3.1
  • Loading branch information
AlanCS authored May 27, 2024
2 parents f8a0f80 + 2442595 commit 65297c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
}
echo "::set-output name=VERSION::$version"
Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version"
- name: Setup .NET core 3.1.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
- uses: actions/checkout@v2
- name: Create folder
run: mkdir BuildReports
Expand Down

0 comments on commit 65297c3

Please sign in to comment.