typo fix
This commit is contained in:
+2
-2
@@ -89,7 +89,7 @@ admin:deploy:
|
||||
# - if: '$CI_COMMIT_BRANCH == "develop"'
|
||||
# only:
|
||||
# - tags # the build process will only be started by git tag commits
|
||||
before_script:
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
script:
|
||||
- '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GPW_Admin/GPW_Admin.csproj'
|
||||
@@ -100,7 +100,7 @@ admin:deploy:
|
||||
|
||||
bcode:deploy:
|
||||
stage: deploy
|
||||
before_script:
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
script:
|
||||
- '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GPW_Barcode/GPW_Barcode.csproj'
|
||||
|
||||
Reference in New Issue
Block a user