Skip to content

Commit

Permalink
fixed CI build - forgotten packages.config
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Aug 28, 2016
1 parent c45523b commit bcfa5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ goto exit

echo MSBuild Tools: %msbuild%

%msbuild% gnt.core /p:ngconfig="packages.config|RGiesecke.DllExport/packages.config|RGiesecke.DllExport.MSBuild/packages.config" /nologo /verbosity:m
%msbuild% gnt.core /p:ngconfig="packages.config|NSBin/packages.config|RGiesecke.DllExport/packages.config|RGiesecke.DllExport.MSBuild/packages.config" /nologo /verbosity:m
%msbuild% "DllExport.sln" /verbosity:normal /l:"packages\vsSBE.CI.MSBuild\bin\CI.MSBuild.dll" /m:8 /t:Build /p:Configuration=Release

:exit

0 comments on commit bcfa5cc

Please sign in to comment.