File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 16
16
<Deterministic >true</Deterministic >
17
17
<DebugType >portable</DebugType >
18
18
<Nullable >enable</Nullable >
19
+
20
+ <ContinuousIntegrationBuild Condition =" '$(TF_BUILD)' == 'true'" >true</ContinuousIntegrationBuild >
21
+ <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</ContinuousIntegrationBuild >
19
22
20
23
<UseArtifactsOutput >true</UseArtifactsOutput >
21
24
<ArtifactsPath >$(MSBuildThisFileDirectory)../artifacts</ArtifactsPath >
Original file line number Diff line number Diff line change 29
29
<RepositoryType >git</RepositoryType >
30
30
<IncludeSymbols >true</IncludeSymbols >
31
31
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
32
- <EmbedUntrackedSources >false </EmbedUntrackedSources >
32
+ <EmbedUntrackedSources >true </EmbedUntrackedSources >
33
33
34
34
</PropertyGroup >
35
35
You can’t perform that action at this time.
0 commit comments