File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
TestHostPrerenderWASM/TestHostPrerenderWASM.Client Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,11 @@ jobs:
173173 run : |
174174 dotnet publish ./TestHostPrerenderWASM/TestHostPrerenderWASM.Client/TestHostPrerenderWASM.Client.csproj --configuration Release \
175175 /p:BCLVersion=$BCL_VERSION \
176+ /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
176177 /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE
178+ /p:GhPageRelease=true \
179+ /p:LocalPackagePath=$BCL_Source
180+
177181
178182
179183 # No this will be in the release branch that we do a prod wiki host
Original file line number Diff line number Diff line change 22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <!-- Define the output path where the package will be stored -->
5- <NupkgOutputPath >$(LocalPackagePath)</NupkgOutputPath >
5+ <!-- < NupkgOutputPath>$(LocalPackagePath)</NupkgOutputPath>
66
77
88 <UseBCLProjectReference Condition="'$(UseBCLProjectReference)' == '' ">false</UseBCLProjectReference>
1313
1414 <BCLVersion>$(BCLVersion)</BCLVersion>
1515
16- <DisablePackageGeneration >$(DisablePackageGeneration)</DisablePackageGeneration >
16+ <DisablePackageGeneration >$(DisablePackageGeneration)</DisablePackageGeneration>-->
1717
1818 </PropertyGroup >
1919
Original file line number Diff line number Diff line change 99
1010 <PublishDir >$(MSBuildProjectDirectory)\..\..\docs\</PublishDir >
1111
12- <!-- worked but hindered other stuff qqqq <WwwRootDir Condition="'$(Configuration)'=='Release'">$(PublishDir)\wwwroot</WwwRootDir>-->
1312 <WwwRootDir Condition =" '$(Configuration)'=='Release'" >$(PublishDir)\wwwroot</WwwRootDir >
14- <!-- <WwwRootDir Condition="'$(GhPageRelease)' == 'true'">$(PublishDir)\wwwroot"</WwwRootDir> qqqq put back in if see works-->
13+ <!-- <WwwRootDir Condition="'$(GhPageRelease)' == 'true'">$(PublishDir)\wwwroot"</WwwRootDir> put back in if see works-->
1514 <!-- <DefineConstants Condition="'$(GhPageRelease)' == 'true'">$(DefineConstants);GH_PAGE_RELEASE</DefineConstants>-->
1615 </PropertyGroup >
1716
You can’t perform that action at this time.
0 commit comments