Bläddra i källkod

maybe do double build hehe

Krzysztof Krysiński 2 år sedan
förälder
incheckning
fc31c71267
4 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      windows-x64-release-dev.yml
  2. 1 1
      windows-x64-release.yml
  3. 1 1
      windows-x86-release-dev.yml
  4. 1 1
      windows-x86-release.yml

+ 1 - 1
windows-x64-release-dev.yml

@@ -43,7 +43,7 @@ steps:
     command: 'publish'
     publishWebProjects: false
     projects: '**/PixiEditor.UpdateInstaller.csproj'
-    arguments: '-o "UpdateInstaller" -r "win-x64" --no-build --self-contained=false -p:PublishSingleFile=true -c Release'
+    arguments: '-o "UpdateInstaller" -r "win-x64" --self-contained=false -p:PublishSingleFile=true -c Release'
     zipAfterPublish: false
 
 - task: PowerShell@2

+ 1 - 1
windows-x64-release.yml

@@ -43,7 +43,7 @@ steps:
     command: 'publish'
     publishWebProjects: false
     projects: '**/PixiEditor.UpdateInstaller.csproj'
-    arguments: '-o "UpdateInstaller" -r "win-x64" --no-build --self-contained=false -p:PublishSingleFile=true -c Release'
+    arguments: '-o "UpdateInstaller" -r "win-x64" --self-contained=false -p:PublishSingleFile=true -c Release'
     zipAfterPublish: false
 
 - task: PowerShell@2

+ 1 - 1
windows-x86-release-dev.yml

@@ -44,7 +44,7 @@ steps:
     command: 'publish'
     publishWebProjects: false
     projects: '**/PixiEditor.UpdateInstaller.csproj'
-    arguments: '-o "UpdateInstaller" -r "win-x86" --no-build --self-contained=false -p:PublishSingleFile=true -c Release'
+    arguments: '-o "UpdateInstaller" -r "win-x86" --self-contained=false -p:PublishSingleFile=true -c Release'
     zipAfterPublish: false
 
 

+ 1 - 1
windows-x86-release.yml

@@ -44,7 +44,7 @@ steps:
     command: 'publish'
     publishWebProjects: false
     projects: '**/PixiEditor.UpdateInstaller.csproj'
-    arguments: '-o "UpdateInstaller" -r "win-x86" --no-build --self-contained=false -p:PublishSingleFile=true -c Release'
+    arguments: '-o "UpdateInstaller" -r "win-x86" --self-contained=false -p:PublishSingleFile=true -c Release'
     zipAfterPublish: false