This repository was archived by the owner on Sep 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ skip_tags: true
33image : Visual Studio 2019
44configuration : Release
55before_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+
1010build :
1111 project : PostScriptValidator.sln
1212 verbosity : minimal
13+
1314dotnet_csproj :
1415 patch : true
1516 file : ' **\*.csproj'
@@ -21,10 +22,13 @@ dotnet_csproj:
2122
2223artifacts :
2324- path : ' **\PostScriptValidator.*.nupkg'
25+
2426deploy :
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
You can’t perform that action at this time.
0 commit comments