This commit is contained in:
		
							
								
								
									
										15
									
								
								.gitea/workflows/azuretest.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.gitea/workflows/azuretest.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -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 }}" | ||||||
| @@ -23,6 +23,8 @@ jobs: | |||||||
|       with: |       with: | ||||||
|         fetch-depth: 0 |         fetch-depth: 0 | ||||||
|  |  | ||||||
|  |    | ||||||
|  |  | ||||||
|     - name: Add Nuget Credentials |     - 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 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 |       run: dotnet nuget update source gitea --username ${{ secrets.READ_NUGET_USER }} --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | {} | ||||||
| @@ -13,7 +13,7 @@ using System.Reflection; | |||||||
| [assembly: System.Reflection.AssemblyCompanyAttribute("SimplePackage")] | [assembly: System.Reflection.AssemblyCompanyAttribute("SimplePackage")] | ||||||
| [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||||||
| [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | [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.AssemblyProductAttribute("SimplePackage")] | ||||||
| [assembly: System.Reflection.AssemblyTitleAttribute("SimplePackage")] | [assembly: System.Reflection.AssemblyTitleAttribute("SimplePackage")] | ||||||
| [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||||||
|   | |||||||
| @@ -1 +1 @@ | |||||||
| d13dd859a44f6a959948a67993e67874b403f208d72a15200efac2129f0e0b8a | 1400fe1dbcf5b0df0319ef3fe9766931b6cde8b7bc01ee3c2d243767de6f3f7b | ||||||
|   | |||||||
| @@ -17,6 +17,7 @@ | |||||||
|           "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |           "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" | ||||||
|         ], |         ], | ||||||
|         "configFilePaths": [ |         "configFilePaths": [ | ||||||
|  |           "C:\\Projects\\Prototyping\\PackageTest\\NuGet.Config", | ||||||
|           "C:\\Users\\r.fieger\\AppData\\Roaming\\NuGet\\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.FallbackLocation.config", | ||||||
|           "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |           "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||||||
| @@ -25,11 +26,9 @@ | |||||||
|           "netstandard2.1" |           "netstandard2.1" | ||||||
|         ], |         ], | ||||||
|         "sources": { |         "sources": { | ||||||
|           "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |           "http://gitearfi.hopto.org/api/packages/sxhundred/nuget/index.json": {}, | ||||||
|           "http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json": {}, |  | ||||||
|           "https://api.nuget.org/v3/index.json": {}, |           "https://api.nuget.org/v3/index.json": {}, | ||||||
|           "https://nuget.pkg.github.com/CMFramework/index.json": {}, |           "https://nuget.pkg.github.com/CMFramework/index.json": {} | ||||||
|           "https://tfs.paragon-systems.de/ParagonData/_packaging/Paragon_nuget/nuget/v3/index.json": {} |  | ||||||
|         }, |         }, | ||||||
|         "frameworks": { |         "frameworks": { | ||||||
|           "netstandard2.1": { |           "netstandard2.1": { | ||||||
|   | |||||||
| @@ -24,6 +24,7 @@ | |||||||
|         "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |         "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" | ||||||
|       ], |       ], | ||||||
|       "configFilePaths": [ |       "configFilePaths": [ | ||||||
|  |         "C:\\Projects\\Prototyping\\PackageTest\\NuGet.Config", | ||||||
|         "C:\\Users\\r.fieger\\AppData\\Roaming\\NuGet\\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.FallbackLocation.config", | ||||||
|         "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |         "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||||||
| @@ -32,11 +33,9 @@ | |||||||
|         "netstandard2.1" |         "netstandard2.1" | ||||||
|       ], |       ], | ||||||
|       "sources": { |       "sources": { | ||||||
|         "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |         "http://gitearfi.hopto.org/api/packages/sxhundred/nuget/index.json": {}, | ||||||
|         "http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json": {}, |  | ||||||
|         "https://api.nuget.org/v3/index.json": {}, |         "https://api.nuget.org/v3/index.json": {}, | ||||||
|         "https://nuget.pkg.github.com/CMFramework/index.json": {}, |         "https://nuget.pkg.github.com/CMFramework/index.json": {} | ||||||
|         "https://tfs.paragon-systems.de/ParagonData/_packaging/Paragon_nuget/nuget/v3/index.json": {} |  | ||||||
|       }, |       }, | ||||||
|       "frameworks": { |       "frameworks": { | ||||||
|         "netstandard2.1": { |         "netstandard2.1": { | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "version": 2, |   "version": 2, | ||||||
|   "dgSpecHash": "54+f9PJRD6U=", |   "dgSpecHash": "zYzdzsqarCA=", | ||||||
|   "success": true, |   "success": true, | ||||||
|   "projectFilePath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj", |   "projectFilePath": "C:\\Projects\\Prototyping\\PackageTest\\SimplePackage\\SimplePackage.csproj", | ||||||
|   "expectedPackageFiles": [], |   "expectedPackageFiles": [], | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| 		<add key="github-cmframework" value="https://nuget.pkg.github.com/CMFramework/index.json" protocolVersion="3" /> | 		<add key="github-cmframework" value="https://nuget.pkg.github.com/CMFramework/index.json" protocolVersion="3" /> | ||||||
| 		<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 		<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||||||
| 		<!-- add key="LocalPackages" value="C:\Projects\graphql-platform\output\packages" /> --> | 		<!-- add key="LocalPackages" value="C:\Projects\graphql-platform\output\packages" /> --> | ||||||
| 		<add key="gitea" value="http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json" protocolVersion="3" allowInsecureConnections="true" /> | 		<add key="gitea" value="http://gitearfi.hopto.org/api/packages/sxhundred/nuget/index.json" protocolVersion="3" allowInsecureConnections="true" /> | ||||||
| 	</packageSources> | 	</packageSources> | ||||||
| 	<packageSourceCredentials> | 	<packageSourceCredentials> | ||||||
|     <github-cmframework> |     <github-cmframework> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user