WinRT: minor tweak to NuGet package naming
parent
3b79ab4c2b
commit
5790f59f88
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SDL2main-WinRT-CoreWindow</id>
|
<id>SDL2main-WinRT-NonXAML</id>
|
||||||
<version>2.0.4-Unofficial</version>
|
<version>2.0.4-Unofficial</version>
|
||||||
<authors>Sam Lantinga</authors>
|
<authors>Sam Lantinga</authors>
|
||||||
<owners>David Ludwig</owners>
|
<owners>David Ludwig</owners>
|
||||||
|
@ -17,6 +17,6 @@
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="..\src\main\winrt\SDL_winrt_main_NonXAML.cpp" target="src\main\winrt"/>
|
<file src="..\src\main\winrt\SDL_winrt_main_NonXAML.cpp" target="src\main\winrt"/>
|
||||||
<file src="SDL2main-WinRT-CoreWindow.targets" target="build\native"/>
|
<file src="SDL2main-WinRT-NonXAML.targets" target="build\native"/>
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
|
@ -274,7 +274,7 @@ if ($DidAnyDLLBuildFail -eq $true) {
|
||||||
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
|
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
|
||||||
|
|
||||||
# Package SDL2main:
|
# Package SDL2main:
|
||||||
$NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-CoreWindow.nuspec"
|
$NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-NonXAML.nuspec"
|
||||||
&"$NugetPath" $NugetOptions
|
&"$NugetPath" $NugetOptions
|
||||||
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
|
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue