Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Unset binaries directory for build
  • Loading branch information
jzebedee committed Mar 3, 2019
1 parent a84e923 commit 551005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
inputs:
version: 3.0.100-preview-010184
- script: |
dotnet build src/LibCK2 --configuration $(buildConfiguration) --output $BUILD_BINARIESDIRECTORY
dotnet build src/LibCK2 --configuration $(buildConfiguration)
dotnet pack src/LibCK2 --configuration $(buildConfiguration) --no-build --output $BUILD_ARTIFACTSTAGINGDIRECTORY/package --version-suffix 'CI-$(Build.BuildNumber)'
dotnet publish src/LibCK2 --configuration $(buildConfiguration) --no-build --output $BUILD_ARTIFACTSTAGINGDIRECTORY
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 551005c

Please sign in to comment.