Skip to content

Commit

Permalink
Remove nuget.config references.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcfanning committed Feb 22, 2021
1 parent 0353844 commit a46cacd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BuildAndTest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ set Configuration=Release
@REM Remove existing build data
if exist bld (rd /s /q bld)

set NuGetConfigFile=%~dp0src\NuGet.config
set NuGetPackageDir=%~dp0src\packages
set NuGetOutputDirectory=%~dp0bld\bin\nuget\

Expand All @@ -39,7 +38,7 @@ echo }

::Restore packages
echo Restoring packages...
dotnet restore %~dp0src\BinSkim.sln /p:Configuration=%Configuration% --configfile "%NuGetConfigFile%" --packages "%NuGetPackageDir%
dotnet restore %~dp0src\BinSkim.sln /p:Configuration=%Configuration% --packages "%NuGetPackageDir%

:: Build the solution
echo Building solution...
Expand Down

0 comments on commit a46cacd

Please sign in to comment.