Skip to content

Commit ec76972

Browse files
authored
Merge pull request #6 from TechnologyEnhancedLearning/AzurePush
CI update
2 parents 388e8e1 + 545c9f4 commit ec76972

12 files changed

Lines changed: 1376 additions & 103 deletions

.github/workflows/continuous-integration-workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ jobs:
4444
run: dotnet build GDSMultiPageFormService.sln --configuration release
4545

4646
- name: Package nuget
47-
if: startsWith(github.ref, 'refs/tags/v')
4847
run: dotnet pack GDSMultiPageFormService.sln --configuration release -o:package /p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}
4948

5049
- name: Push generated package to GitHub registry
5150
if: startsWith(github.ref, 'refs/tags/v')
52-
run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.NUGETAPIKEY }}
51+
run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.NUGETAPIKEY }}
52+
53+
- name: Push generated package to Azure feed
54+
if: startsWith(github.ref, 'refs/tags/v')
55+
run: dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }}
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-18.5 KB
Binary file not shown.

GDSMultiPageFormService/obj/Debug/net6.0/GDS.MultiPageFormData.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ build_property.InvariantGlobalization =
77
build_property.PlatformNeutralAssembly =
88
build_property._SupportedPlatformList = Linux,macOS,Windows
99
build_property.RootNamespace = GDS.MultiPageFormData
10-
build_property.ProjectDir = C:\Users\Oluwatobi.awe\source\repos\GDSMultiPageFormService\GDSMultiPageFormService\
10+
build_property.ProjectDir = C:\Users\Oluwatobi.awe\Source\Repos\GDSMultiPageFormService\GDSMultiPageFormService\
Binary file not shown.
Binary file not shown.

GDSMultiPageFormService/obj/GDS.MultiPageFormData.csproj.nuget.dgspec.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"format": 1,
33
"restore": {
4-
"C:\\Users\\Oluwatobi.awe\\source\\repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj": {}
4+
"C:\\Users\\Oluwatobi.awe\\Source\\Repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj": {}
55
},
66
"projects": {
7-
"C:\\Users\\Oluwatobi.awe\\source\\repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj": {
7+
"C:\\Users\\Oluwatobi.awe\\Source\\Repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj": {
88
"version": "1.0.0",
99
"restore": {
10-
"projectUniqueName": "C:\\Users\\Oluwatobi.awe\\source\\repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj",
10+
"projectUniqueName": "C:\\Users\\Oluwatobi.awe\\Source\\Repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj",
1111
"projectName": "GDS.MultiPageFormData",
12-
"projectPath": "C:\\Users\\Oluwatobi.awe\\source\\repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj",
12+
"projectPath": "C:\\Users\\Oluwatobi.awe\\Source\\Repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\GDS.MultiPageFormData.csproj",
1313
"packagesPath": "C:\\Users\\Oluwatobi.awe\\.nuget\\packages\\",
14-
"outputPath": "C:\\Users\\Oluwatobi.awe\\source\\repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\obj\\",
14+
"outputPath": "C:\\Users\\Oluwatobi.awe\\Source\\Repos\\GDSMultiPageFormService\\GDSMultiPageFormService\\obj\\",
1515
"projectStyle": "PackageReference",
1616
"configFilePaths": [
1717
"C:\\Users\\Oluwatobi.awe\\AppData\\Roaming\\NuGet\\NuGet.Config",
@@ -47,6 +47,10 @@
4747
"target": "Package",
4848
"version": "[2.0.123, )"
4949
},
50+
"LearningHub.Nhs.Caching": {
51+
"target": "Package",
52+
"version": "[2.0.0, )"
53+
},
5054
"Microsoft.FeatureManagement.AspNetCore": {
5155
"target": "Package",
5256
"version": "[2.5.1, )"
@@ -72,7 +76,7 @@
7276
"privateAssets": "all"
7377
}
7478
},
75-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.404\\RuntimeIdentifierGraph.json"
79+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.405\\RuntimeIdentifierGraph.json"
7680
}
7781
}
7882
}

0 commit comments

Comments
 (0)