|
@@ -28,6 +28,11 @@ steps:
|
|
|
platform: '$(buildPlatform)'
|
|
|
configuration: '$(buildConfiguration)'
|
|
|
|
|
|
+- task: PowerShell@2
|
|
|
+ displayName: "Set tag version"
|
|
|
+ inputs:
|
|
|
+ filePath: 'assemblyVerReader.ps1'
|
|
|
+
|
|
|
- task: DotNetCoreCLI@2
|
|
|
displayName: "Build release PixiEditor.UpdateInstaller"
|
|
|
inputs:
|