Skip to content

Commit a39c731

Browse files
committed
fix(just try it): gog
1 parent 904da3b commit a39c731

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed
Binary file not shown.

.github/workflows/dev.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ env:
2525
GITHUB_USERNAME: "Phil-NHS"
2626

2727

28-
NUPKG_OUTPUT_PATH: ${{ github.workspace }}/CICDPackageLocation
28+
NUPKG_OUTPUT_PATH: ${{ runner.temp }}/CICDPackageLocation
2929

3030
IS_LOCAL_DEV: false
3131
USE_BCL_PROJECT_REFERENCE: false
3232

33-
BCL_Local_Source: ${{ github.workspace }}/CICDPackageLocation
33+
BCL_Local_Source: ${{ runner.temp }}/CICDPackageLocation
3434
BCL_Source: "https://nuget.pkg.github.com/phil-nhs/index.json"
3535

3636

@@ -432,13 +432,13 @@ jobs:
432432
- name: Display Environment Variable (for debugging)
433433
run: echo "BCLVERSION is $BCLVERSION"
434434

435-
- name: qqqqqqq here now try build
436-
run: |
437-
-e
438-
dotnet build
439-
cat Directory.Packages.props
440-
echo "doesnt work"
441-
+e
435+
# - name: qqqqqqq here now try build
436+
# run: |
437+
# -e
438+
# dotnet build
439+
# cat Directory.Packages.props
440+
# echo "doesnt work"
441+
# +e
442442

443443

444444

GitPageBlazorWASM.sln

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2828
PackageSettings.props.local = PackageSettings.props.local
2929
EndProjectSection
3030
EndProject
31-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CICDPackageLocation", "CICDPackageLocation", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
32-
ProjectSection(SolutionItems) = preProject
33-
gitinclude.txt = gitinclude.txt
34-
EndProjectSection
35-
EndProject
36-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Previous working yml taken out of pipeline", "Previous working yml taken out of pipeline", "{60F62104-7665-411D-90F2-757E979F564D}"
37-
EndProject
3831
Global
3932
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4033
Debug|Any CPU = Debug|Any CPU
@@ -65,10 +58,6 @@ Global
6558
GlobalSection(SolutionProperties) = preSolution
6659
HideSolutionNode = FALSE
6760
EndGlobalSection
68-
GlobalSection(NestedProjects) = preSolution
69-
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}
70-
{60F62104-7665-411D-90F2-757E979F564D} = {8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}
71-
EndGlobalSection
7261
GlobalSection(ExtensibilityGlobals) = postSolution
7362
SolutionGuid = {4D34DAB5-2332-41DD-A133-3A5765237422}
7463
EndGlobalSection

0 commit comments

Comments
 (0)