File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -320,15 +320,15 @@ jobs:
320320 # Hardcode the INDEPENDENT_CLIENT_GH_PAGES value
321321 - name : Modify appsettings.json with hardcoded value
322322 run : |
323- jq '.INDEPENDENT_CLIENT_GH_PAGES = "true"' appsettings.json > tmp.json && mv tmp.json appsettings.json
323+ jq '.INDEPENDENT_CLIENT_GH_PAGES = "true"' TestHostPrerenderWASM/TestHostPrerenderWASM.Client/ appsettings.json > tmp.json && mv tmp.json TestHostPrerenderWASM/TestHostPrerenderWASM.Client/ appsettings.json
324324
325325 # List files in the root to ensure appsettings.json exists
326- - name : List files
327- run : ls -la
326+ - name : List files in TestHostPrerenderWASM.Client
327+ run : ls -la TestHostPrerenderWASM/TestHostPrerenderWASM.Client
328328
329- # Print the contents of appsettings.json to verify the value
329+ # Print the contents of appsettings.json inside 'TestHostPrerenderWASM.Client' folder
330330 - name : Display appsettings.json content
331- run : cat appsettings.json
331+ run : cat TestHostPrerenderWASM/TestHostPrerenderWASM.Client/ appsettings.json
332332
333333 - name : Publish client using client release .csproj logic
334334 run : |
You can’t perform that action at this time.
0 commit comments