Skip to content

Commit fddc4dc

Browse files
authored
Fix for empty version suffix in Azure Pipelines (#104)
1 parent a0cda98 commit fddc4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
projects: 'test/DnsClient.Tests/*.csproj'
6565
publishTestResults: true
6666
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)'
67+
- script: 'dotnet pack src\DnsClient\DnsClient.csproj -c Release --no-build --no-restore --version-suffix "$(versionSuffix)" -v normal -o $(Build.ArtifactStagingDirectory)'
6868
name: 'PackBeta'
6969
displayName: 'dotnet pack'
7070
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)