1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 06:02:57 +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> <Company>ppy Pty Ltd</Company>
<Copyright>Copyright (c) 2019 ppy Pty Ltd</Copyright> <Copyright>Copyright (c) 2019 ppy Pty Ltd</Copyright>
<PackageTags>osu game</PackageTags> <PackageTags>osu game</PackageTags>
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\nupkg\</PackageOutputPath>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

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

View File

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