change
This commit is contained in:
parent
dceaf6b295
commit
d1e488daaa
|
|
@ -37,4 +37,4 @@ jobs:
|
|||
github_token: ${{ env.GITHUB_TOKEN }}
|
||||
client_payload: '{"oauth2proxytag": "${{ inputs.OAUTH2_PROXY_IMAGE }}"}'
|
||||
workflow_file_name: ci.yaml
|
||||
ref: release-version
|
||||
ref: master
|
||||
|
|
@ -37,4 +37,4 @@ jobs:
|
|||
github_token: ${{ env.GITHUB_TOKEN }}
|
||||
client_payload: '{"oauth2proxytag": "${{ inputs.OAUTH2_PROXY_IMAGE }}"}'
|
||||
workflow_file_name: set-images-version-cd.yml
|
||||
ref: release-version
|
||||
ref: main
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Philips")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.2.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.2")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Philips.EDI.Foundation.APIGateway.AutomationTest")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Philips.EDI.Foundation.APIGateway.AutomationTest")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.2.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
7d70c0bc511987c3ae105cb98159f5949d6dabfa
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
is_global = true
|
||||
build_property.RootNamespace = Philips.EDI.Foundation.APIGateway.AutomationTest
|
||||
build_property.ProjectDir = c:\oauth2-proxy\AutomationTest\
|
||||
Loading…
Reference in New Issue