File tree 2 files changed +6
-7
lines changed
dotnet-ansible-vault-decoder
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ stages:
72
72
nugetConfigPath : " nuget.config"
73
73
command : " custom"
74
74
custom : " publish"
75
- arguments : " -c Release -r $(rid) -p:PackAsTool=false"
75
+ arguments : " -c Release -r $(rid) -p:PackAsTool=false -p:WithCoreRT=true "
76
76
projects : " dotnet-ansible-vault-decoder/dotnet-ansible-vault-decoder.csproj"
77
77
publishWebProjects : false
78
78
- task : CopyFiles@2
Original file line number Diff line number Diff line change 15
15
<Authors >itn3000</Authors >
16
16
<PackageLicenseExpression >MIT</PackageLicenseExpression >
17
17
</PropertyGroup >
18
- <PropertyGroup Condition =" '$(EnableCoreRT)' != 'true'" >
19
- <!-- <NativeCompilationDuringPublish>false</NativeCompilationDuringPublish> -->
20
- </PropertyGroup >
21
18
22
19
<ItemGroup >
23
20
<PackageReference Include =" McMaster.Extensions.CommandlineUtils" Version =" 2.3.4" />
24
21
<PackageReference Include =" Portable.BouncyCastle" Version =" 1.8.5" />
25
22
<PackageReference Include =" System.Memory" Version =" 4.5.3" />
26
- <PackageReference Include =" Microsoft.DotNet.ILCompiler" Version =" 1.0.0-alpha-*" PrivateAssets =" All" />
23
+ </ItemGroup >
24
+ <ItemGroup Condition =" '$(WithCoreRT)' == 'true'" >
25
+ <PackageReference Include =" Microsoft.DotNet.ILCompiler" Version =" 1.0.0-alpha-*" PrivateAssets =" All" />
27
26
</ItemGroup >
28
27
<ItemGroup >
29
- <RdXmlFile Include =" rd.xml" />
28
+ <RdXmlFile Include =" rd.xml" />
30
29
</ItemGroup >
31
30
32
- </Project >
31
+ </Project >
You can’t perform that action at this time.
0 commit comments