Skip to content

Commit

Permalink
test v3 (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
epananth authored Sep 24, 2020
1 parent 545ef30 commit c3b15eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 6 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stages:
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
name: NetCoreInternal-Int-Pool
queue: buildpool.windows.10.amd64.vs2017

variables:
- _InternalBuildArgs: ''

Expand All @@ -68,7 +68,7 @@ stages:
- _InternalBuildArgs: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName)
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)

strategy:
matrix:
Build_Release:
Expand All @@ -84,13 +84,13 @@ stages:
Build_Debug:
_BuildConfig: Debug
_SignType: test

steps:
- checkout: self
clean: true
# Use utility script to run script command dependent on agent OS.
- script: eng/common/cibuild.cmd
-configuration $(_BuildConfig)
-configuration $(_BuildConfig)
-prepareMachine
$(_InternalBuildArgs)
displayName: Windows Build / Publish
Expand Down Expand Up @@ -132,10 +132,11 @@ stages:
name: Build
displayName: Build
condition: succeeded()

- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng\common\templates\post-build\post-build.yml
parameters:
publishingInfraVersion: 3
# Symbol validation isn't being very reliable lately. This should be enabled back
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
Expand Down
6 changes: 6 additions & 0 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
</PropertyGroup>
</Project>

0 comments on commit c3b15eb

Please sign in to comment.