Skip to content

Commit

Permalink
Adding some missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
ravensorb committed Jun 5, 2017
1 parent 60a6bcf commit b9d9f7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,14 @@ paket-files/
tools/Addins/
tools/Cake/
tools/GitVersion.CommandLine
tools/NUnit.ConsoleRunner
tools/nuget.exe
tools/CredentialProvider.VSS.exe
tools/VSS.NuGet.AuthHelper.exe
tools/settingsUtils.cake
tools/versionUtils.cake
tools/VSS.NuGet.AuthHelper.exe
tools/packages.config.md5sum

# GIT
git.password
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if(-Not $SkipToolPackageRestore.IsPresent) {
if((!(Test-Path $PACKAGES_CONFIG_MD5)) -Or
($md5Hash -ne (Get-Content $PACKAGES_CONFIG_MD5 ))) {
Write-Verbose -Message "Missing or changed package.config hash..."
Remove-Item * -Recurse -Exclude packages.config,nuget.exe
Remove-Item * -Recurse -Exclude packages.config,nuget.exe,versionUtils.cake,settingsUtils.cake,CredentialProvider.VSS.exe,VSS.NuGet.AuthHelper.exe
}

Write-Verbose -Message "Restoring tools from NuGet..."
Expand Down
Binary file added tools/CredentialProvider.VSS.exe
Binary file not shown.
Binary file added tools/VSS.NuGet.AuthHelper.exe
Binary file not shown.

0 comments on commit b9d9f7d

Please sign in to comment.