diff --git a/Directory.Build.props b/Directory.Build.props
index cee459faf9..693e132c40 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -28,6 +28,7 @@
$(NoWarn);NU1701
+ false
ppy Pty Ltd
MIT
https://github.com/ppy/osu
@@ -36,6 +37,5 @@
ppy Pty Ltd
Copyright (c) 2019 ppy Pty Ltd
osu game
- $(MSBuildThisFileDirectory)artifacts\nupkg\
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 82c0a21aff..a4a0cedc66 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,12 +14,11 @@ build:
project: osu.sln
parallel: true
verbosity: minimal
+ publish_nuget: true
after_build:
- ps: dotnet tool restore
- ps: dotnet format --dry-run --check
- ps: .\InspectCode.ps1
-artifacts:
- - path: 'artifacts\nupkg\*.nupkg'
test:
assemblies:
except:
diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml
index c7f762d425..bb4482f501 100644
--- a/appveyor_deploy.yml
+++ b/appveyor_deploy.yml
@@ -15,8 +15,7 @@ build:
project: build\Desktop.proj # Skipping Xamarin Release that's slow and covered by fastlane
parallel: true
verbosity: minimal
-artifacts:
- - path: 'artifacts\nupkg\*.nupkg'
+ publish_nuget: true
deploy:
- provider: Environment
name: nuget
diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj
index 6c25e9e5fe..2e456f1fa1 100644
--- a/osu.Game/osu.Game.csproj
+++ b/osu.Game/osu.Game.csproj
@@ -9,7 +9,7 @@
ppy.osu.Game
0.0.0
icon.png
- true
+ true