Skip to content

Commit da42efc

Browse files
committed
fix(no build): let go
1 parent 46b785f commit da42efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ jobs:
248248
/p:BCLVersion=$BCL_VERSION \
249249
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH
250250
251+
#qqqq this works
251252
- name: Debug VersionInfo.cs
252253
run: |
253254
cat Package.BlazorComponentLibrary/BCLVersion/VersionInfo.cs
@@ -318,7 +319,7 @@ jobs:
318319
319320
320321
- name: Restoring client, isnt restoring library such that it restores solution enough to get the correct package so restoring the the whole solution
321-
run: dotnet restore GitPageBlazorWASM.sln --no-build
322+
run: dotnet restore GitPageBlazorWASM.sln
322323

323324
- name: Restore NuGet Packages for Specifically the BCL Package Library Project
324325
run: dotnet restore TestHostPrerenderWASM/TestHostPrerenderWASM.Client/TestHostPrerenderWASM.Client.csproj

0 commit comments

Comments
 (0)