1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Change the postition of nupkg artifacts.

This commit is contained in:
Huo Yaoyuan 2019-11-25 18:32:41 +08:00
parent de3079d8e9
commit 9fcc566341
3 changed files with 3 additions and 2 deletions

View File

@ -36,5 +36,6 @@
<Company>ppy Pty Ltd</Company>
<Copyright>Copyright (c) 2019 ppy Pty Ltd</Copyright>
<PackageTags>osu game</PackageTags>
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\nupkg\</PackageOutputPath>
</PropertyGroup>
</Project>

View File

@ -19,7 +19,7 @@ after_build:
- ps: dotnet format --dry-run --check
- ps: .\InspectCode.ps1
artifacts:
- path: '**\*.nupkg'
- path: 'artifacts\nupkg\*.nupkg'
test:
assemblies:
except:

View File

@ -16,7 +16,7 @@ build:
parallel: true
verbosity: minimal
artifacts:
- path: '**\*.nupkg'
- path: 'artifacts\nupkg\*.nupkg'
deploy:
- provider: Environment
name: nuget