Make all nuget packages go in the same folder, so it's easier to use a single folder as your nuget repository for testing
This commit is contained in:
Родитель
596ef812bc
Коммит
fd3cf10f29
|
@ -25,6 +25,8 @@
|
||||||
<UwpMetaPackageVersion>5.3.4</UwpMetaPackageVersion>
|
<UwpMetaPackageVersion>5.3.4</UwpMetaPackageVersion>
|
||||||
<DefaultTargetPlatformVersion>15063</DefaultTargetPlatformVersion>
|
<DefaultTargetPlatformVersion>15063</DefaultTargetPlatformVersion>
|
||||||
<DefaultTargetPlatformMinVersion>14393</DefaultTargetPlatformMinVersion>
|
<DefaultTargetPlatformMinVersion>14393</DefaultTargetPlatformMinVersion>
|
||||||
|
|
||||||
|
<PackageOutputPath>$(MSBuildThisFileDirectory)Output\NuGet\$(Configuration)\</PackageOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Choose>
|
<Choose>
|
||||||
|
|
|
@ -25,7 +25,7 @@ build_script:
|
||||||
- ps: .\build\build.ps1 -target=SignNuGet
|
- ps: .\build\build.ps1 -target=SignNuGet
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: .\bin\nupkg\*.nupkg
|
- path: .\Output\NuGet\Release\*.nupkg
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: NuGet
|
provider: NuGet
|
||||||
|
|
Загрузка…
Ссылка в новой задаче