Skip to content

Commit 904da3b

Browse files
committed
fix(cicd): cicd
1 parent 05da71e commit 904da3b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/dev.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,14 @@ jobs:
257257
run: |
258258
cat Package.BlazorComponentLibrary/BCLVersion/VersionInfo.cs
259259
260-
- name: build whole solution now package built
261-
run: |
262-
dotnet build GitPageBlazorWASM.sln -c Release \
263-
/p:BCLVersion=$BCL_VERSION \
264-
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
265-
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
260+
# - name: build whole solution now package built qqqqq
261+
# run: |
262+
# dotnet build GitPageBlazorWASM.sln -c Release \
263+
# /p:BCLVersion=$BCL_VERSION \
264+
# /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
265+
# /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
266+
# /p:LocalPackagePath=$BCL_Local_Source \
267+
# /p:GhPageRelease=false
266268

267269
# - name: List Created Package
268270
# run: ls -l $BCL_Local_Source

Package.BlazorComponentLibrary/Package.BlazorComponentLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ItemGroup>
4444

4545
<Target Name="WriteBclVersionToFile" BeforeTargets="PrepareForBuild">
46-
<!--<WriteLinesToFile File="wwwroot/bclversion.txt" Lines="$(BCLVersion)" Overwrite="true" Encoding="UTF-8" />-->
46+
<WriteLinesToFile File="wwwroot/bclversion.txt" Lines="$(BCLVersion)" Overwrite="true" Encoding="UTF-8" />
4747
<WriteLinesToFile File="BCLVersion/VersionInfo.cs" Lines="namespace Package.BlazorComponentLibrary.BCLVersion { public static class VersionInfo { public static string Version = &quot;$(BCLVersion)&quot; %3B; } }" Overwrite="true" Encoding="UTF-8" />
4848
</Target>
4949

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.9.4

0 commit comments

Comments
 (0)