Skip to content

Commit e135a6c

Browse files
committed
fix(are solution level vars): used
1 parent d42e137 commit e135a6c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

PackageSettings.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -13,7 +13,7 @@
1313
1414
<BCLVersion>$(BCLVersion)</BCLVersion>
1515
16-
<DisablePackageGeneration >$(DisablePackageGeneration)</DisablePackageGeneration>
16+
<DisablePackageGeneration >$(DisablePackageGeneration)</DisablePackageGeneration>-->
1717

1818
</PropertyGroup>
1919

TestHostPrerenderWASM/TestHostPrerenderWASM.Client/TestHostPrerenderWASM.Client.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
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

0 commit comments

Comments
 (0)