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 f97f94c commit ee996f2Copy full SHA for ee996f2
build/steps-release.yml
@@ -16,9 +16,9 @@ steps:
16
command: pack
17
projects: ${{ parameters.solution }}
18
${{ if eq(parameters.versionSuffix, '') }}:
19
- arguments: --configuration ${{ parameters.configuration }}
+ arguments: --no-build --configuration ${{ parameters.configuration }}
20
${{ else }}:
21
- arguments: --configuration ${{ parameters.configuration }} --version-suffix ${{ parameters.versionSuffix }}
+ arguments: --no-build --configuration ${{ parameters.configuration }} --version-suffix ${{ parameters.versionSuffix }}
22
outputDir: $(Build.ArtifactStagingDirectory)/packages
23
noBuild: true
24
0 commit comments