File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : ' {build}'
2
- image : Visual Studio 2017
2
+ image : Visual Studio 2019
3
3
build_script :
4
4
- pwsh : >-
5
5
pushd src
@@ -19,4 +19,4 @@ test_script:
19
19
20
20
popd
21
21
22
- Exit $LASTEXITCODE
22
+ Exit $LASTEXITCODE
Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce
73
73
<RepositoryUrl >https://github.com/heal-research/SimSharp.git</RepositoryUrl >
74
74
<RepositoryType >git</RepositoryType >
75
75
<PackageTags >discrete-event simulation</PackageTags >
76
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
77
+ <!-- including PDB files in NuGet for source link because symbolsource.org does not support portable PDBs -->
78
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
79
+ </PropertyGroup >
80
+
81
+ <PropertyGroup Condition =" '$(APPVEYOR)' == 'True'" >
82
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
76
83
</PropertyGroup >
77
84
78
85
<Target Name =" CopyDocumentationFile" AfterTargets =" ComputeFilesToPublish" >
@@ -88,4 +95,11 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce
88
95
<ItemGroup >
89
96
<Service Include =" {508349b6-6b84-4df5-91f0-309beebad82d}" />
90
97
</ItemGroup >
91
- </Project >
98
+
99
+ <ItemGroup >
100
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
101
+ <PrivateAssets >all</PrivateAssets >
102
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
103
+ </PackageReference >
104
+ </ItemGroup >
105
+ </Project >
You can’t perform that action at this time.
0 commit comments