WinRT: minor tweak to NuGet package naming
This commit is contained in:
parent
3b79ab4c2b
commit
5790f59f88
3 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue