diff --git a/.gitea/workflows/azuretest.yml b/.gitea/workflows/azuretest.yml new file mode 100644 index 0000000..eead33a --- /dev/null +++ b/.gitea/workflows/azuretest.yml @@ -0,0 +1,15 @@ +name: Triggered by Azure DevOps +on: + repository_dispatch: + types: [azure-devops-commit] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Process Azure DevOps event + run: | + echo "Triggered by Azure DevOps commit" + echo "Event: ${{ github.event.client_payload }}" \ No newline at end of file diff --git a/.gitea/workflows/develop.yml b/.gitea/workflows/develop.yml index 06b06ef..66cf5b9 100644 --- a/.gitea/workflows/develop.yml +++ b/.gitea/workflows/develop.yml @@ -23,6 +23,8 @@ jobs: with: fetch-depth: 0 + + - name: Add Nuget Credentials # run: dotnet nuget update source gitea --username sxhundred --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config run: dotnet nuget update source gitea --username ${{ secrets.READ_NUGET_USER }} --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfo.cs b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfo.cs index e992ca9..24dddfd 100644 --- a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfo.cs +++ b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SimplePackage")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8c1b5b98efcd5ae7de7bc0b1acca41a99ae0a5f9")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fd27eb85cacb1c46d070163c4a7ec2976f497f88")] [assembly: System.Reflection.AssemblyProductAttribute("SimplePackage")] [assembly: System.Reflection.AssemblyTitleAttribute("SimplePackage")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache index 6130865..9a73dd9 100644 --- a/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache +++ b/SimplePackage/obj/Debug/netstandard2.1/SimplePackage.AssemblyInfoInputs.cache @@ -1 +1 @@ -d13dd859a44f6a959948a67993e67874b403f208d72a15200efac2129f0e0b8a +1400fe1dbcf5b0df0319ef3fe9766931b6cde8b7bc01ee3c2d243767de6f3f7b diff --git a/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json b/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json index 0faafa5..d3550c1 100644 --- a/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json +++ b/SimplePackage/obj/SimplePackage.csproj.nuget.dgspec.json @@ -17,6 +17,7 @@ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ + "C:\\Projects\\Prototyping\\PackageTest\\NuGet.Config", "C:\\Users\\r.fieger\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -25,11 +26,9 @@ "netstandard2.1" ], "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json": {}, + "http://gitearfi.hopto.org/api/packages/sxhundred/nuget/index.json": {}, "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/CMFramework/index.json": {}, - "https://tfs.paragon-systems.de/ParagonData/_packaging/Paragon_nuget/nuget/v3/index.json": {} + "https://nuget.pkg.github.com/CMFramework/index.json": {} }, "frameworks": { "netstandard2.1": { diff --git a/SimplePackage/obj/project.assets.json b/SimplePackage/obj/project.assets.json index 0eb14ed..31e8908 100644 --- a/SimplePackage/obj/project.assets.json +++ b/SimplePackage/obj/project.assets.json @@ -24,6 +24,7 @@ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ + "C:\\Projects\\Prototyping\\PackageTest\\NuGet.Config", "C:\\Users\\r.fieger\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -32,11 +33,9 @@ "netstandard2.1" ], "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json": {}, + "http://gitearfi.hopto.org/api/packages/sxhundred/nuget/index.json": {}, "https://api.nuget.org/v3/index.json": {}, - "https://nuget.pkg.github.com/CMFramework/index.json": {}, - "https://tfs.paragon-systems.de/ParagonData/_packaging/Paragon_nuget/nuget/v3/index.json": {} + "https://nuget.pkg.github.com/CMFramework/index.json": {} }, "frameworks": { "netstandard2.1": { diff --git a/SimplePackage/obj/project.nuget.cache b/SimplePackage/obj/project.nuget.cache index 2fe6df5..4e629c1 100644 --- a/SimplePackage/obj/project.nuget.cache +++ b/SimplePackage/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "54+f9PJRD6U=", + "dgSpecHash": "zYzdzsqarCA=", "success": true, "projectFilePath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj", "expectedPackageFiles": [], diff --git a/nuget.config b/nuget.config index 6417591..e7437f5 100644 --- a/nuget.config +++ b/nuget.config @@ -5,7 +5,7 @@ - +