We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a0f80 + 2442595 commit 65297c3Copy full SHA for 65297c3
1 file changed
.github/workflows/pipeline.yml
@@ -45,6 +45,10 @@ jobs:
45
}
46
echo "::set-output name=VERSION::$version"
47
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'
52
- uses: actions/checkout@v2
53
- name: Create folder
54
run: mkdir BuildReports
0 commit comments