cambio sintassi pubblicazione
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user