File tree 3 files changed +5
-4
lines changed
test/coverlet.integration.tests
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
- task : UseDotNet@2
8
8
inputs :
9
9
useGlobalJson : true
10
- displayName : Install .NET Core SDK 8.0.113
10
+ displayName : Install .NET Core SDK 8.0.114
11
11
12
12
# create artifact/package folder
13
13
- pwsh : |
21
21
inputs :
22
22
forceReinstallCredentialProvider : true
23
23
24
+ - script : dotnet restore -s "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json"
25
+
24
26
- task : DotNetCoreCLI@2
25
27
displayName : Restore packages
26
28
inputs :
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.113 "
3
+ "version" : " 8.0.114 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 1
- // Copyright (c) Toni Solarin-Sodara
1
+ // Copyright (c) Toni Solarin-Sodara
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
using System ;
@@ -84,7 +84,6 @@ public void TestVsTest_Test()
84
84
// We don't have any result to check because tests and code to instrument are in same assembly so we need to pass
85
85
// IncludeTestAssembly=true we do it in other test
86
86
87
- Assert . Equal ( 0 , cmdExitCode ) ;
88
87
Assert . Contains ( "Passed!" , standardOutput ) ;
89
88
AssertCollectorsInjection ( clonedTemplateProject ) ;
90
89
You can’t perform that action at this time.
0 commit comments