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 fd52678 commit 2d567c4Copy full SHA for 2d567c4
.github/workflows/build.yml
@@ -19,6 +19,7 @@ concurrency:
19
cancel-in-progress: false
20
21
env:
22
+ is-release: ${{ startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'preview') }}
23
dotnet-sdk-version: '9.x'
24
build-configuration: 'Release'
25
build-platform: 'Any CPU'
0 commit comments