more pipeline test plz work
This commit is contained in:
parent
435b079b94
commit
602ec66afe
@ -32,6 +32,13 @@ steps:
|
|||||||
echo '##vso[task.setvariable variable=isPreRelease]true'
|
echo '##vso[task.setvariable variable=isPreRelease]true'
|
||||||
failOnStderr: true
|
failOnStderr: true
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Use .NET Core sdk'
|
||||||
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
|
version: 3.1.x
|
||||||
|
installationPath: $(Agent.ToolsDirectory)/dotnet
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'Restore nuget packages'
|
displayName: 'Restore nuget packages'
|
||||||
inputs:
|
inputs:
|
||||||
@ -59,6 +66,7 @@ steps:
|
|||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Publish projects'
|
displayName: 'Publish projects'
|
||||||
inputs:
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
version: 3.1.x
|
version: 3.1.x
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
publishWebProjects: false
|
publishWebProjects: false
|
||||||
|
Loading…
Reference in New Issue
Block a user