Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Jul 28, 2019
1 parent 6e7a0f2 commit 9f34978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ variables:

steps:
- task: DotNetCoreInstaller@0
displayName: 'Install .NET Core SDK 3.0.100-preview-010184'
displayName: 'Install .NET Core SDK 3.0.100-preview7-012821'
inputs:
version: 3.0.100-preview-010184
version: 3.0.100-preview7-012821
- script: |
dotnet build src/LibCK2 --configuration $(buildConfiguration)
dotnet pack src/LibCK2 --configuration $(buildConfiguration) --no-build --output $BUILD_ARTIFACTSTAGINGDIRECTORY/package --version-suffix 'CI-$(Build.BuildNumber)'
Expand Down

0 comments on commit 9f34978

Please sign in to comment.