File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
These packages have already been signed by the FSharp build so we don't need to re-include them for signing. -->
15
15
<PropertyGroup Condition =" '$(EnableDefaultArtifacts)' == 'true'" >
16
- <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)' != 'release'" >Shipping</FSharpCorePath >
16
+ <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)' == ''" >Shipping</FSharpCorePath >
17
+ <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)' == 'prerelease'" >PreRelease</FSharpCorePath >
17
18
<FSharpCorePath Condition =" '$(DotNetFinalVersionKind)' == 'release'" >Release</FSharpCorePath >
18
19
19
20
<!--
Original file line number Diff line number Diff line change 30
30
<Target Name =" _ResolvePublishNuGetPackagePdbsAndXml"
31
31
AfterTargets =" _ResolveCopyLocalAssetsForPublish" >
32
32
<PropertyGroup >
33
- <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'!='release'" >Shipping</FSharpCorePath >
33
+ <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'==''" >Shipping</FSharpCorePath >
34
+ <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'=='prerelease'" >PreRelease</FSharpCorePath >
34
35
<FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'=='release'" >Release</FSharpCorePath >
35
36
<FSharpTfm >net9.0</FSharpTfm >
36
37
<FSharpTfm Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR)' == 'true'" >$(NetCurrent)</FSharpTfm >
Original file line number Diff line number Diff line change 18
18
<ItemGroup >
19
19
<_WorkloadManifestValues Include =" NetVersion" Value =" net10" />
20
20
<_WorkloadManifestValues Include =" WorkloadVersion" Value =" $(PackageVersion)" />
21
- <_WorkloadManifestValues Include =" EmsdkVersion" Value =" $(MicrosoftNETRuntimeEmscriptenSdkInternalVersion )" />
21
+ <_WorkloadManifestValues Include =" EmsdkVersion" Value =" $(MicrosoftNETCoreAppRuntimePackageVersion )" />
22
22
<_WorkloadManifestValues Include =" EmscriptenVersion" Value =" $(EmscriptenVersionCurrent)" />
23
23
</ItemGroup >
24
24
You can’t perform that action at this time.
0 commit comments