Skip to content

Commit

Permalink
Update build.cmd
Browse files Browse the repository at this point in the history
Remove reference to obsolete script `Test.ps1`
  • Loading branch information
rjmurillo committed Oct 27, 2016
1 parent f5b6aa2 commit 1a1baa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
ECHO OFF

:: Import VS tools
IF DEFINED VS140COMNTOOLS (
Expand Down Expand Up @@ -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 ."

0 comments on commit 1a1baa8

Please sign in to comment.