|
@@ -24,7 +24,7 @@ steps:
|
|
- task: UseDotNet@2
|
|
- task: UseDotNet@2
|
|
inputs:
|
|
inputs:
|
|
packageType: 'sdk'
|
|
packageType: 'sdk'
|
|
- version: '7.0.100'
|
|
|
|
|
|
+ version: '7.0.104'
|
|
- task: NuGetToolInstaller@1
|
|
- task: NuGetToolInstaller@1
|
|
|
|
|
|
- task: NuGetCommand@2
|
|
- task: NuGetCommand@2
|
|
@@ -36,6 +36,7 @@ steps:
|
|
solution: '$(solution)'
|
|
solution: '$(solution)'
|
|
platform: '$(buildPlatform)'
|
|
platform: '$(buildPlatform)'
|
|
configuration: '$(buildConfiguration)'
|
|
configuration: '$(buildConfiguration)'
|
|
|
|
+ customVersion: '17.4'
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
- task: DotNetCoreCLI@2
|
|
displayName: "Build release PixiEditor.UpdateInstaller"
|
|
displayName: "Build release PixiEditor.UpdateInstaller"
|