Skip to content

Commit

Permalink
Respond to PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed May 22, 2019
1 parent 9f03db5 commit 23ff491
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ trigger:

variables:
buildConfiguration: 'Release'
dotnetCoreVersion: '2.2.203'
_SignType: real
_TeamName: DotNetSpark

Expand All @@ -27,10 +26,6 @@ jobs:
_OfficialBuildIdArgs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)

steps:
- task: DotNetCoreInstaller@0
inputs:
version: '$(dotnetCoreVersion)'

- task: Maven@3
displayName: 'Maven build src'
inputs:
Expand All @@ -49,6 +44,7 @@ jobs:

- script: build.cmd -pack
-c $(buildConfiguration)
-ci
$(_OfficialBuildIdArgs)
/p:PublishSparkWorker=true
/p:SparkWorkerPublishDir=$(Build.ArtifactStagingDirectory)\Microsoft.Spark.Worker
Expand Down Expand Up @@ -151,6 +147,7 @@ jobs:
name: NetCoreInternal-Int-Pool
queue: buildpool.windows.10.amd64.vs2017

steps:
- task: DownloadBuildArtifacts@0
displayName: Download Build Artifacts
inputs:
Expand Down

0 comments on commit 23ff491

Please sign in to comment.