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