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 a0cda98 commit fddc4dcCopy full SHA for fddc4dc
azure-pipelines-ci.yml
@@ -64,7 +64,7 @@ jobs:
64
projects: 'test/DnsClient.Tests/*.csproj'
65
publishTestResults: true
66
arguments: '-c Release --no-build --no-restore --collect "Code coverage"'
67
- - script: 'dotnet pack src\DnsClient\DnsClient.csproj -c Release --no-build --no-restore --version-suffix $(versionSuffix) -v normal -o $(Build.ArtifactStagingDirectory)'
+ - script: 'dotnet pack src\DnsClient\DnsClient.csproj -c Release --no-build --no-restore --version-suffix "$(versionSuffix)" -v normal -o $(Build.ArtifactStagingDirectory)'
68
name: 'PackBeta'
69
displayName: 'dotnet pack'
70
- task: PublishBuildArtifacts@1
0 commit comments