File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments