Skip to content

Commit

Permalink
Remove init step from old mgmt.yml as it is needed any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Jun 19, 2019
1 parent 42e8455 commit 27e9f59
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .azure-pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:
LoggingArgs: '/v:m /clp:ShowtimeStamp /flp:LogFile=msbuild.normal;Verbosity=normal /flp1:Summary;Verbosity=minimal;LogFile=msbuild.sum /flp2:warningsonly;logfile=msbuild.wrn /flp3:errorsonly;logfile=msbuild.err'

steps:
# - task: CmdLine@1
# inputs:
# filename: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.2 Tools\sn.exe
# arguments: -Vr *,31bf3856ad364e35
# displayName: 'Disable strong name verification'

- task: MSBuild@1
inputs:
solution: build.proj
displayName: 'Install build tools'
- task: MSBuild@1
inputs:
solution: build.proj
Expand All @@ -44,13 +34,13 @@ jobs:
- job: Ubuntu_Build
pool:
vmImage: 'ubuntu-16.04'

steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk $(DotNetCoreVersion)'
inputs:
version: '$(DotNetCoreVersion)'

- script: dotnet msbuild build.proj /t:RunTests $(LoggingArgs)
displayName: 'Ubuntu Build and Run tests'
- task: PublishTestResults@2
Expand All @@ -59,4 +49,5 @@ jobs:
testResultsFiles: '**/*.trx'
testRunTitle: 'Ubuntu Test Results'
testResultsFormat: 'VSTest'
mergeTestResults: true
mergeTestResults: true

0 comments on commit 27e9f59

Please sign in to comment.