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 5ae895b commit 84ecb24Copy full SHA for 84ecb24
build/steps-ci.yml
@@ -18,6 +18,6 @@ steps:
18
inputs:
19
command: test
20
projects: ${{ parameters.solution }}
21
- configuration: ${{ parameters.configuration }}
+ arguments: --configuration ${{ parameters.configuration }}
22
testRunTitle: Unit Tests
23
publishTestResults: true
build/steps-release.yml
@@ -18,7 +18,7 @@ steps:
command: pack
buildProperties: VersionSuffix=${{ parameters.versionSuffix }}
outputDir: $(Build.ArtifactStagingDirectory)/packages
24
noBuild: true
0 commit comments