mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Change the postition of nupkg artifacts.
This commit is contained in:
parent
de3079d8e9
commit
9fcc566341
@ -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>
|
@ -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:
|
||||
|
@ -16,7 +16,7 @@ build:
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
artifacts:
|
||||
- path: '**\*.nupkg'
|
||||
- path: 'artifacts\nupkg\*.nupkg'
|
||||
deploy:
|
||||
- provider: Environment
|
||||
name: nuget
|
||||
|
Loading…
Reference in New Issue
Block a user