Don't exclude files starting with . from nupkgs (#994)
This was preventing `dotnet --info` and `dotnet --version` from working in internal build scenario.
This commit is contained in:
parent
2a3f95851a
commit
ddc9c162ed
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ if (Test-Path $NupkgFile) {
|
|||
Remove-Item -Force $NupkgFile
|
||||
}
|
||||
|
||||
& $NuGetExe pack $NuspecFile -Version $NugetVersion -OutputDirectory $OutputDirectory -NoPackageAnalysis -Properties DOTNET_BUNDLE=$SdkBundlePath
|
||||
& $NuGetExe pack $NuspecFile -Version $NugetVersion -OutputDirectory $OutputDirectory -NoDefaultExcludes -NoPackageAnalysis -Properties DOTNET_BUNDLE=$SdkBundlePath
|
||||
Exit $LastExitCode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue