Skip to content

Commit 65297c3

Browse files
authored
Fix pipeline by installing .net core 3.1
Fix pipeline by installing .net core 3.1
2 parents f8a0f80 + 2442595 commit 65297c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
}
4646
echo "::set-output name=VERSION::$version"
4747
Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version"
48+
- name: Setup .NET core 3.1.x
49+
uses: actions/setup-dotnet@v3
50+
with:
51+
dotnet-version: '3.1.x'
4852
- uses: actions/checkout@v2
4953
- name: Create folder
5054
run: mkdir BuildReports

0 commit comments

Comments
 (0)