File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 26
26
<CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
27
27
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
28
28
</PropertyGroup >
29
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
30
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
31
30
<RunCodeAnalysisRestore >False</RunCodeAnalysisRestore >
32
31
</PropertyGroup >
33
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
34
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
35
33
<RunCodeAnalysisRestore >True</RunCodeAnalysisRestore >
36
34
</PropertyGroup >
37
35
<Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
Original file line number Diff line number Diff line change 6
6
<DebugType >full</DebugType >
7
7
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
8
</PropertyGroup >
9
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
10
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
9
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
11
10
<Optimize >false</Optimize >
12
11
<DebugSymbols >true</DebugSymbols >
13
12
</PropertyGroup >
27
26
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
28
27
<PackageReference Include =" ApprovalTests" Version =" 3.0.18" />
29
28
<PackageReference Include =" NUnit" Version =" 3.11.0" />
30
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.11.2" />
29
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.11.2" />
31
30
<PackageReference Include =" Octokit" Version =" 0.32.0" />
32
31
</ItemGroup >
33
32
</Project >
Original file line number Diff line number Diff line change 10
10
<CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
11
11
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
12
12
</PropertyGroup >
13
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
14
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
13
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
15
14
<RunCodeAnalysisRestore >False</RunCodeAnalysisRestore >
16
15
</PropertyGroup >
17
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
18
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19
17
<RunCodeAnalysisRestore >True</RunCodeAnalysisRestore >
20
18
</PropertyGroup >
21
19
<Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
You can’t perform that action at this time.
0 commit comments