Skip to content

Commit 4a19cd4

Browse files
Update pipeline
1 parent a277ad7 commit 4a19cd4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Directory.Build.props

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Authors>Oren Novotny</Authors>
55
<NoPackageAnalysis>true</NoPackageAnalysis>
6-
<PackageProjectUrl>https://github.com/onovotny/OSVersionHelper</PackageProjectUrl>
6+
<PackageProjectUrl>https://github.com/novotnyllc/OSVersionHelper</PackageProjectUrl>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8-
<Copyright2019 Oren Novotny</Copyright>
8+
<Copyright2020 Claire Novotny</Copyright>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<DefaultLanguage>en-US</DefaultLanguage>
1111
<NoWarn>1701;1702;1705;1591;NU1701</NoWarn>
@@ -16,7 +16,11 @@
1616

1717
<PropertyGroup>
1818
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
19-
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
19+
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
20+
</PropertyGroup>
21+
22+
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
23+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2024
</PropertyGroup>
2125

2226
<ItemGroup>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
steps:
2121
- task: UseDotNet@2
2222
inputs:
23-
version: 3.0.x
23+
version: 3.1.x
2424

2525
- task: DotNetCoreCLI@2
2626
inputs:

0 commit comments

Comments
 (0)