Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
ci: Update to newer Azure Pipeline Task versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy authored Jan 19, 2020
1 parent a1b0800 commit 3fd834c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ variables:
framework: 'netcoreapp3.1'

steps:
- task: DotNetCoreInstaller@0
- task: DotNetCoreInstaller@1
inputs:
version: '3.1.100'
version: '3.1.101'
- script: dotnet publish OffUploader.Console -c $(buildConfiguration) -f $(framework) -r $(rid)
displayName: 'dotnet publish OffUploader.Console $(buildConfiguration) $(rid)'
- task: PublishPipelineArtifact@0
- task: PublishPipelineArtifact@1
inputs:
artifactName: '$(framework)_$(rid)_$(buildConfiguration)'
targetPath: 'OffUploader.Console/bin/$(buildConfiguration)/$(framework)/$(rid)/publish'

0 comments on commit 3fd834c

Please sign in to comment.