WinRT: minor tweak to NuGet package naming

This commit is contained in:
David Ludwig 2015-12-02 08:04:17 -05:00
parent 3b79ab4c2b
commit 5790f59f88
3 changed files with 3 additions and 3 deletions

View file

@ -274,7 +274,7 @@ if ($DidAnyDLLBuildFail -eq $true) {
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
# Package SDL2main:
$NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-CoreWindow.nuspec"
$NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-NonXAML.nuspec"
&"$NugetPath" $NugetOptions
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
}