Skip to content

Commit

Permalink
Merge pull request #445 from lbussell/apply-sb-patch
Browse files Browse the repository at this point in the history
Build Microsoft.Web.XmlTransform for netstandard2.0 to support NuGet during source build.
  • Loading branch information
vijayrkn authored Jan 19, 2022
2 parents c62ed18 + 6265f5f commit b9990b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ stages:

- job: OSX
pool:
name: Hosted macOS
vmImage: 'macOS-1015'
strategy:
matrix:
debug_configuration:
Expand All @@ -136,7 +136,7 @@ stages:

- job: Linux
pool:
name: Hosted Ubuntu 1604
vmImage: 'ubuntu-20.04'
container: LinuxContainer
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$(RepositoryEngineeringDir)\Package.props" />

<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PlatformTarget>AnyCPU</PlatformTarget>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
Expand Down

0 comments on commit b9990b3

Please sign in to comment.