add starlark file
continuous-integration/drone/push Build encountered an error Details

master
dohodin 2 years ago
parent 128a457a62
commit 27dbaa7dd0

@ -9,10 +9,10 @@ def main(ctx):
"name": "build",
"image": "mcr.microsoft.com/dotnet/sdk:7.0",
"commands":[
"cd Sources"
"dotnet restore OpenLibraryWS_Wrapper.sln"
"dotnet build OpenLibraryWS_Wrapper.sln -c Release --no-restore"
"dotnet publish OpenLibraryWS_Wrapper.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release"
"cd Sources",
"dotnet restore OpenLibraryWS_Wrapper.sln",
"dotnet build OpenLibraryWS_Wrapper.sln -c Release --no-restore",
"dotnet publish OpenLibraryWS_Wrapper.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release",
]
},
{

Loading…
Cancel
Save