Skip to content

Commit bd34fcf

Browse files
try sourcelink again
1 parent 0197d0e commit bd34fcf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

FSSHTTPWOPIInspector/Source/FSSHTTPandWOPIInspector.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<SccLocalPath>SAK</SccLocalPath>
3838
<SccAuxPath>SAK</SccAuxPath>
3939
<SccProvider>SAK</SccProvider>
40+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
41+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
42+
<IncludeSymbols>true</IncludeSymbols>
43+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4044
</PropertyGroup>
4145
<PropertyGroup>
4246
<FiddlerPath Condition="$(FiddlerPath) == '' AND Exists('$(LocalAppData)\Programs\Fiddler\Fiddler.exe')">$(LocalAppData)\Programs\Fiddler</FiddlerPath>
@@ -156,6 +160,9 @@
156160
<DependentUpon>FSSHTTPAndWOPIControl.cs</DependentUpon>
157161
</EmbeddedResource>
158162
</ItemGroup>
163+
<ItemGroup>
164+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
165+
</ItemGroup>
159166
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160167
<PropertyGroup>
161168
<PostBuildEvent>start "CopyDLLs" /B /wait start xcopy "$(SolutionDir)$(OutDir)*.*" "$(FiddlerPath)\Inspectors" /Q /Y</PostBuildEvent>

MAPIInspector/Source/MAPIInspector.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<SccLocalPath>SAK</SccLocalPath>
3838
<SccAuxPath>SAK</SccAuxPath>
3939
<SccProvider>SAK</SccProvider>
40+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
41+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
42+
<IncludeSymbols>true</IncludeSymbols>
43+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4044
</PropertyGroup>
4145
<PropertyGroup>
4246
<FiddlerPath Condition="$(FiddlerPath) == '' AND Exists('$(LocalAppData)\Programs\Fiddler\Fiddler.exe')">$(LocalAppData)\Programs\Fiddler</FiddlerPath>
@@ -788,6 +792,9 @@
788792
<ItemGroup>
789793
<None Include="res\Search.png" />
790794
</ItemGroup>
795+
<ItemGroup>
796+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
797+
</ItemGroup>
791798
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
792799
<PropertyGroup>
793800
<PostBuildEvent>start "CopyDLLs" /B /wait start $(SolutionDir)CopyBinaries.cmd $(SolutionDir)$(OutDir) $(FiddlerPath)</PostBuildEvent>

0 commit comments

Comments
 (0)