We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125c368 commit 2074ddcCopy full SHA for 2074ddc
.github/workflows/dotnet.yml
@@ -26,8 +26,8 @@ concurrency:
26
cancel-in-progress: false
27
28
env:
29
- is_release: ${{ startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'preview') }}
30
- is_preview: ${{ startsWith(github.ref_name, 'preview') }}
+ is-release: ${{ startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'preview') }}
+ is-preview: ${{ startsWith(github.ref_name, 'preview') }}
31
dotnet-sdk-version: '9.x'
32
build-configuration: 'Release'
33
build-platform: 'Any CPU'
0 commit comments