Skip to content

Commit

Permalink
Update nbgv
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Aug 19, 2019
1 parent e21ad8b commit 935c626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Source/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<Import Project="..\Tools\MSBuild.Packaging.targets"/>

Expand All @@ -10,11 +10,11 @@
<Import Project="..\Tools\MSBuild.DevLocal.targets" Condition="'$(IsCloudBuild)' != 'true'"/>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup Condition="'$(IsCloudBuild)' == 'true'">
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="All"/>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.25" PrivateAssets="All"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trigger:
trigger:
- master
- rel/*

Expand All @@ -7,7 +7,7 @@ pr:
- rel/*

pool:
vmImage: vs2017-win2016
vmImage: windows-2019

variables:
BuildConfiguration: Release
Expand Down

0 comments on commit 935c626

Please sign in to comment.