more pipeline test plz work

This commit is contained in:
RaidMax 2021-08-16 16:53:58 -05:00
parent 435b079b94
commit 602ec66afe

View File

@ -32,6 +32,13 @@ steps:
echo '##vso[task.setvariable variable=isPreRelease]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
displayName: 'Restore nuget packages'
inputs:
@ -59,6 +66,7 @@ steps:
- task: DotNetCoreCLI@2
displayName: 'Publish projects'
inputs:
packageType: sdk
version: 3.1.x
command: 'publish'
publishWebProjects: false