From 2c4aec1b678d0bde5975a06ceb9a48fdc6ba2e04 Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Mon, 31 Jul 2023 16:10:21 +0100 Subject: [PATCH] Move to FeedzIO --- .github/workflows/createrelease.yml | 2 +- .../obj/NugetPackage.csproj.nuget.dgspec.json | 10 ++++++---- NugetPackage/obj/NugetPackage.csproj.nuget.g.props | 5 ++--- NugetPackage/obj/project.assets.json | 13 +++++++------ NugetPackage/obj/project.nuget.cache | 2 +- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/workflows/createrelease.yml b/.github/workflows/createrelease.yml index 2ebaa46..45276c6 100644 --- a/.github/workflows/createrelease.yml +++ b/.github/workflows/createrelease.yml @@ -36,7 +36,7 @@ jobs: - name: Build and Publish Nuget Packages run: | dotnet pack "NugetPackage\NugetPackage.csproj" /p:PackageVersion=${{ steps.get_version.outputs.VERSION }} --output Nugets - dotnet nuget push Nugets/EventStoreProjections.${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.MYGET_APIKEY }} --source https://www.myget.org/F/transactionprocessing/api/v2/package + dotnet nuget push Nugets/EventStoreProjections.${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.PRIVATEFEED_APIKEY }} --source ${{ secrets.PRIVATEFEED_URL }} diff --git a/NugetPackage/obj/NugetPackage.csproj.nuget.dgspec.json b/NugetPackage/obj/NugetPackage.csproj.nuget.dgspec.json index 87e810c..18d0e86 100644 --- a/NugetPackage/obj/NugetPackage.csproj.nuget.dgspec.json +++ b/NugetPackage/obj/NugetPackage.csproj.nuget.dgspec.json @@ -14,8 +14,7 @@ "outputPath": "C:\\Projects\\TransactionProcessing\\EventStoreProjections\\NugetPackage\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ "C:\\Users\\stuar\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -26,9 +25,12 @@ "net6.0" ], "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, "https://api.nuget.org/v3/index.json": {}, - "https://www.myget.org/F/transactionprocessing/api/v3/index.json": {}, + "https://f.feedz.io/transactionprocessing/nugets/nuget/index.json": {}, + "https://www.myget.org/F/tahoe-eposity/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {}, + "https://www.myget.org/F/vme-intellistore-beta/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {}, "https://www.myget.org/F/vme-intellistore/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {}, "https://www.myget.org/F/vme-shared/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {} }, @@ -63,7 +65,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400-preview.23330.10\\RuntimeIdentifierGraph.json" } } } diff --git a/NugetPackage/obj/NugetPackage.csproj.nuget.g.props b/NugetPackage/obj/NugetPackage.csproj.nuget.g.props index b567679..8d48a91 100644 --- a/NugetPackage/obj/NugetPackage.csproj.nuget.g.props +++ b/NugetPackage/obj/NugetPackage.csproj.nuget.g.props @@ -5,13 +5,12 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\stuar\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + C:\Users\stuar\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.5.0 + 6.7.0 - \ No newline at end of file diff --git a/NugetPackage/obj/project.assets.json b/NugetPackage/obj/project.assets.json index 68d64d8..0f6aa7b 100644 --- a/NugetPackage/obj/project.assets.json +++ b/NugetPackage/obj/project.assets.json @@ -9,8 +9,7 @@ }, "packageFolders": { "C:\\Users\\stuar\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { "version": "1.0.0", @@ -22,8 +21,7 @@ "outputPath": "C:\\Projects\\TransactionProcessing\\EventStoreProjections\\NugetPackage\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ "C:\\Users\\stuar\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -34,9 +32,12 @@ "net6.0" ], "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, "https://api.nuget.org/v3/index.json": {}, - "https://www.myget.org/F/transactionprocessing/api/v3/index.json": {}, + "https://f.feedz.io/transactionprocessing/nugets/nuget/index.json": {}, + "https://www.myget.org/F/tahoe-eposity/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {}, + "https://www.myget.org/F/vme-intellistore-beta/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {}, "https://www.myget.org/F/vme-intellistore/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {}, "https://www.myget.org/F/vme-shared/auth/024ff48c-540a-4059-8712-d54f7b0d6a31/api/v3/index.json": {} }, @@ -71,7 +72,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400-preview.23330.10\\RuntimeIdentifierGraph.json" } } } diff --git a/NugetPackage/obj/project.nuget.cache b/NugetPackage/obj/project.nuget.cache index 6a64853..002b1ee 100644 --- a/NugetPackage/obj/project.nuget.cache +++ b/NugetPackage/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "7AutP7BXMcuvvQ1EOT2ftQPHtpFOmPoQR5NLE0CkKpPNqaySPU6lJwsWisU7bGIh/mPhalKYHsGOc3JHGhSVNw==", + "dgSpecHash": "q2ev9O7OUFLF9xCUYsv+3jkpwYyFy1vf0tRuRdjAg+af+q6gdK3ZXHuf0PJCDMVi/ZHhlrUyveGvNp/WNi6Hmw==", "success": true, "projectFilePath": "C:\\Projects\\TransactionProcessing\\EventStoreProjections\\NugetPackage\\NugetPackage.csproj", "expectedPackageFiles": [],