Skip to content

Commit 909c41f

Browse files
committed
Removed old build props
1 parent 45c0b57 commit 909c41f

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

src/Directory.Build.props

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,4 @@
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
</PropertyGroup>
1313

14-
<PropertyGroup Condition="'$(TF_BUILD)' == 'true' Or '$(CI)' == 'true'">
15-
16-
<!-- Perform a deterministic build, so our binaries aren't impacted by build server environmental factors (e.g. file paths). -->
17-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
18-
19-
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
20-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
21-
22-
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
23-
<DebugType>embedded</DebugType>
24-
25-
</PropertyGroup>
26-
2714
</Project>

src/dbup-sqlserver.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{77157734-01D
2323
ProjectSection(SolutionItems) = preProject
2424
.editorconfig = .editorconfig
2525
dbup-sqlserver.sln.DotSettings = dbup-sqlserver.sln.DotSettings
26+
Directory.Build.props = Directory.Build.props
2627
EndProjectSection
2728
EndProject
2829
Global

0 commit comments

Comments
 (0)