File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Authors >Oren Novotny</Authors >
5
5
<NoPackageAnalysis >true</NoPackageAnalysis >
6
- <PackageProjectUrl >https://github.com/onovotny /OSVersionHelper</PackageProjectUrl >
6
+ <PackageProjectUrl >https://github.com/novotnyllc /OSVersionHelper</PackageProjectUrl >
7
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
8
- <Copyright >© 2019 Oren Novotny</Copyright >
8
+ <Copyright >© 2020 Claire Novotny</Copyright >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<DefaultLanguage >en-US</DefaultLanguage >
11
11
<NoWarn >1701;1702;1705;1591;NU1701</NoWarn >
16
16
17
17
<PropertyGroup >
18
18
<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 >
20
24
</PropertyGroup >
21
25
22
26
<ItemGroup >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ stages:
20
20
steps :
21
21
- task : UseDotNet@2
22
22
inputs :
23
- version : 3.0 .x
23
+ version : 3.1 .x
24
24
25
25
- task : DotNetCoreCLI@2
26
26
inputs :
You can’t perform that action at this time.
0 commit comments