diff --git a/.azure/pipelines/azure-pipelines-deploy.yml b/.azure/pipelines/azure-pipelines-deploy.yml index 80936508..3f6dd84a 100644 --- a/.azure/pipelines/azure-pipelines-deploy.yml +++ b/.azure/pipelines/azure-pipelines-deploy.yml @@ -61,12 +61,10 @@ stages: - template: output-environment-variables.yml@self - checkout: MasterRepo - enabled: false persistCredentials: true - task: PowerShell@2 displayName: Pull Master Repository Files - enabled: false env: DEPLOY_BUILDNUMBER: $(Build.BuildNumber) DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory) @@ -93,7 +91,6 @@ stages: - task: PowerShell@2 displayName: Copy ${{parameters.DeploymentType}} Files - enabled: false env: DEPLOY_BUILDNUMBER: $(Build.BuildNumber) DEPLOY_PUBLISHDIRECTORY: "$(Agent.BuildDirectory)/${{parameters.PublishFolder}}" @@ -135,7 +132,6 @@ stages: - task: PowerShell@2 displayName: Commit ${{parameters.DeploymentType}} Files - enabled: false env: DEPLOY_BUILDNUMBER: $(Build.BuildNumber) DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory) @@ -183,11 +179,6 @@ stages: Write-Host "##vso[task.setvariable variable=NewVersionRevision;]$newValue" displayName: Set New Pipeline Version Variable Values - - powershell: | - Write-Host "NewVersionBuild: $(NewVersionBuild)" - Write-Host "NewVersionRevision: $(NewVersionRevision)" - displayName: Output New Pipeline Version Variable Values - - template: update-pipeline-variable.yml@self parameters: VariableName: 'VersionBuild' diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 9b9280c0..5ef29168 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -26,8 +26,8 @@ variables: value: 'src/Server-Managers.sln' - name: ProjectFile value: 'src/$(ApplicationName)/$(ApplicationName).csproj' -- name: PublishFolder - value: publish +#- name: PublishFolder +# value: publish stages: - template: azure-pipelines-build.yml@self