Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 8725160

Browse files
committed
Enabled Source Link
Enabled Source Link
1 parent 680006d commit 8725160

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

PostScriptValidator/PostScriptValidator.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<SignAssembly>true</SignAssembly>
2121
<IncludeSymbols>true</IncludeSymbols>
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2325
</PropertyGroup>
2426

2527
<ItemGroup>
@@ -38,6 +40,10 @@
3840
</Compile>
3941
</ItemGroup>
4042

43+
<ItemGroup>
44+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
45+
</ItemGroup>
46+
4147
<ItemGroup>
4248
<EmbeddedResource Update="Properties\Resources.resx">
4349
<Generator>ResXFileCodeGenerator</Generator>

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ skip_tags: true
33
image: Visual Studio 2019
44
configuration: Release
55
before_build:
6-
- ps: >-
6+
- ps:
77
nuget restore
8-
98
. "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\x64\sn.exe" -k ./PostScriptValidator/PostScriptValidator.snk
9+
1010
build:
1111
project: PostScriptValidator.sln
1212
verbosity: minimal
13+
1314
dotnet_csproj:
1415
patch: true
1516
file: '**\*.csproj'
@@ -21,10 +22,13 @@ dotnet_csproj:
2122

2223
artifacts:
2324
- path: '**\PostScriptValidator.*.nupkg'
25+
2426
deploy:
2527
- provider: NuGet
2628
api_key:
27-
secure: uam/dXnhJv544YdAQNP+mKC9fkL7UFQydK/55TWjozWEswDWNUBh/Mq/WLv8Fa8U
29+
secure: BAGacXk+5m7jd8EvWW6wkYhoVml39WAi7n2Z0odVUKUq5SeWLqixvkPA1I+KbQ1r
30+
on:
31+
branch: master
2832
- provider: GitHub
2933
auth_token:
3034
secure: nr/Bs1CExU8FMlqvNgtkCcHPBqi+JaIgL0d0vNkQx5AzklU+u/Dt6NqhWlh94duJ

0 commit comments

Comments
 (0)