diff --git a/build.cmd b/build.cmd index 8fa14470..b45d7c23 100644 --- a/build.cmd +++ b/build.cmd @@ -1,4 +1,4 @@ -@ECHO OFF +ECHO OFF :: Import VS tools IF DEFINED VS140COMNTOOLS ( @@ -37,5 +37,3 @@ IF ERRORLEVEL 1 ( :: Package up our .csproj items into packages powershell -noprofile -executionpolicy bypass -command "gci -Filter *.csproj -Recurse -Exclude *.Tests.csproj | %% { nuget pack $_.FullName -IncludeReferencedProjects -Symbols -Properties Configuration=Release }" - -powershell -noprofile -executionpolicy bypass -command ".\scripts\Test.ps1 -repoRoot ."