Sfoglia il codice sorgente

Removed -prelease switch from build

release/3.x.x
Krause, Henning 4 anni fa
parent
commit
18839de083
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Build/build.ps1

+ 1
- 1
Build/build.ps1 Vedi File

@@ -4,7 +4,7 @@ if ([string]::IsNullOrEmpty($assemblyVersion)) {$assemblyVersion = "0.0.1"}
if ([string]::IsNullOrEmpty($nugetVersion)) {$nugetVersion = "0.0.1"}

$vswhere = ${Env:\ProgramFiles(x86)} + '\Microsoft Visual Studio\Installer\vswhere'
$msbuild = &$vswhere -products * -requires Microsoft.Component.MSBuild -latest -find MSBuild\**\Bin\MSBuild.exe -prerelease
$msbuild = &$vswhere -products * -requires Microsoft.Component.MSBuild -latest -find MSBuild\**\Bin\MSBuild.exe

Write-Host
Write-Host "Assembly version = $assemblyVersion"


Caricamento…
Annulla
Salva