remove other changes
This commit is contained in:
parent
d5e4d083c5
commit
75f68b6385
@ -32,13 +32,6 @@ 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:
|
||||||
@ -66,8 +59,6 @@ steps:
|
|||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Publish projects'
|
displayName: 'Publish projects'
|
||||||
inputs:
|
inputs:
|
||||||
packageType: sdk
|
|
||||||
version: 3.1.x
|
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
publishWebProjects: false
|
publishWebProjects: false
|
||||||
projects: |
|
projects: |
|
||||||
|
Loading…
Reference in New Issue
Block a user