Skip to content

Commit

Permalink
Fix myget
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeSalles committed Nov 19, 2015
1 parent 820e973 commit 4bacf5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nuget/MyGet.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ if not "%PackageVersion%" == "" (
)

nuget\nuget.exe restore src\Redux.sln

"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" src\Redux.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=diag /nr:false

nuget\nuget.exe pack "nuget\Redux.NET.nuspec" -NoPackageAnalysis -verbosity detailed -Version %version% -p Configuration="%config%"
nuget\nuget.exe pack "nuget\Redux.NET.DevTools.nuspec" -NoPackageAnalysis -verbosity detailed -Version %version% -p Configuration="%config%"

nuget\nuget.exe restore src\Redux.NET.DevTools.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" src\Redux.DevTools.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=diag /nr:false
nuget\nuget.exe pack "nuget\Redux.NET.DevTools.nuspec" -NoPackageAnalysis -verbosity detailed -Version %version% -p Configuration="%config%"

0 comments on commit 4bacf5c

Please sign in to comment.