Skip to content

Commit

Permalink
Adp snd4 config (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppotturi authored Jun 5, 2024
1 parent bcea3ba commit 997ad54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .azuredevops/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ resources:
name: DEFRA/adp-pipeline-common
endpoint: DEFRA
type: github
ref: refs/heads/main
ref: refs/tags/1.0.0-latest

extends:
template: /pipelines/common-app-build.yaml@DEFRA-ADPPipelineCommon
parameters:
programmeName: ""
teamName: "lap-mit"
serviceName: "rpa-mit-manual-templates-api"
deployFromFeature: ${{ parameters.deployFromFeature }}
Expand Down
2 changes: 2 additions & 0 deletions appConfig/appConfig.snd4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- key: TEST_CONFIG
value: "test"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down

0 comments on commit 997ad54

Please sign in to comment.