fixed drone
This commit is contained in:
parent
279f208c2d
commit
ced97e3bc0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y zip
|
- apt-get update && apt-get install -y zip
|
||||||
- dotnet build . -r Release
|
- dotnet build . -c Release
|
||||||
- zip -r build.zip AppleMusicRPC/bin/Release/net8.0-windows10.0.22000.0
|
- zip -r build.zip AppleMusicRPC/bin/Release/net8.0-windows10.0.22000.0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue