Skip to content

Commit 77f9a34

Browse files
author
Oren Novotny
committed
revert build script change
1 parent f8df06c commit 77f9a34

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/default.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ Framework "4.6x86"
2121

2222
task default -depends ?
2323

24-
Task SetEnvironment {
25-
Exec { & $env:VS140COMNTOOLS\vsvars32.bat }
26-
}
27-
2824
task UpdateHeaders -description "Updates the headers in *.cs files" {
2925
$header = [System.IO.File]::ReadAllText("$buildDir\header.txt")
3026

@@ -54,7 +50,7 @@ task Clean -description "Clean the output folder" {
5450
New-Item -Path $binDir -ItemType Directory | Out-Null
5551
}
5652

57-
task Setup -Depends SetEnvironment -description "Setup environment" {
53+
task Setup -description "Setup environment" {
5854
WriteColoredOutput -ForegroundColor Green "Restoring NuGet packages...`n"
5955

6056
Exec { .$nuget restore $packagesConfig "$sourceDir\UWP Community Toolkit.sln" } "Error pre-installing NuGet packages"

0 commit comments

Comments
 (0)