cambio sintassi pubblicazione

This commit is contained in:
Samuele Locatelli
2021-05-26 20:25:00 +02:00
parent cd98fb6a7e
commit 02c16b71e2
+2 -2
View File
@@ -54,12 +54,12 @@ staging:
- *nuget-fix
- dotnet restore
script:
- dotnet publish -p:PublishReadyToRun=true -p:m=8 -p:DeployOnBuild=true -p:Targets=Publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true -p:OutputPath=bin/ -verbosity:minimal MP.Stats/MP.Stats.csproj
- dotnet publish -p:PublishReadyToRun=true -p:m=8 -p:DeployOnBuild=true -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true -p:OutputPath=bin/ -verbosity:minimal MP.Stats/MP.Stats.csproj
release:
stage: release
only:
- feature/Deploy_CI_CD
#- feature/Deploy_CI_CD
- master
needs: ["build"]
artifacts: