Quellcode durchsuchen

maybe do double build hehe

Krzysztof Krysiński vor 2 Jahren
Ursprung
Commit
fc31c71267
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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