Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaCo committed Feb 14, 2021
2 parents 23431c3 + fddc4dc commit 018b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
projects: 'test/DnsClient.Tests/*.csproj'
publishTestResults: true
arguments: '-c Release --no-build --no-restore --collect "Code coverage"'
- 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)'
name: 'PackBeta'
displayName: 'dotnet pack'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 018b564

Please sign in to comment.