File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
src/Platforms/Exceptionless.NLog Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ configuration: Release
6
6
pull_requests :
7
7
do_not_increment_build_number : true
8
8
9
+ environment :
10
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
11
+ DOTNET_CLI_TELEMETRY_OPTOUT : 1
12
+
9
13
init :
10
14
- git config --global core.autocrlf input
11
15
- ps : $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
6
6
<ItemGroup >
7
- <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.4.0" PrivateAssets =" all" />
8
- <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.4.0" />
9
- <DotNetCliToolReference Include =" dotnet-sourcelink" Version =" 2.4.0" />
7
+ <PackageReference Include =" SourceLink.Embed.AllSourceFiles" Version =" 2.4.0" PrivateAssets =" all" />
10
8
</ItemGroup >
11
9
</Project >
Original file line number Diff line number Diff line change 30
30
</PropertyGroup >
31
31
32
32
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " Label =" Package References" >
33
- <PackageReference Include =" NLog" Version =" 5.0.0-beta10 " />
33
+ <PackageReference Include =" NLog" Version =" 5.0.0-beta11 " />
34
34
</ItemGroup >
35
35
36
36
<PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " Label =" Build" >
Original file line number Diff line number Diff line change 17
17
<ItemGroup >
18
18
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
19
19
<PackageReference Include =" BenchmarkDotNet" Version =" 0.10.9" />
20
- <PackageReference Include =" Moq" Version =" 4.7.137 " />
20
+ <PackageReference Include =" Moq" Version =" 4.7.142 " />
21
21
<PackageReference Include =" xunit" Version =" 2.3.0" />
22
22
<PackageReference Include =" xunit.extensibility.core" Version =" 2.3.0" />
23
23
<PackageReference Include =" xunit.extensibility.execution" Version =" 2.3.0" />
You can’t perform that action at this time.
0 commit comments