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