File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
update-conference-prague-2024/demo-code-feedback-system Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
<LangVersion >latest</LangVersion >
8
8
<RunWorkingDirectory >$(MSBuildProjectDirectory)</RunWorkingDirectory >
9
- <EnableNETAnalyzers >true</EnableNETAnalyzers ><EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild ></PropertyGroup >
9
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
10
+ <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
11
+ </PropertyGroup >
10
12
<ItemGroup >
11
13
<PackageReference Include =" Cake.Frosting" Version =" 4.0.0" />
12
14
<PackageReference Include =" Pulumi.Automation" Version =" 3.67.1" />
Original file line number Diff line number Diff line change 1
1
config :
2
2
update-conf-2024:azure-resource-group-name : dev-feedback-rg
3
3
update-conf-2024:functions-package-path : local
4
- update-conf-2024:location : eastus
4
+ update-conf-2024:location : eastus2
5
5
update-conf-2024:static-site-path : local
6
6
update-conf-2024:service-config :
7
7
Version : local
You can’t perform that action at this time.
0 commit comments