File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
"rollForward" : false
18
18
},
19
19
"nbgv" : {
20
- "version" : " 3.7.112 " ,
20
+ "version" : " 3.7.115 " ,
21
21
"commands" : [
22
22
" nbgv"
23
23
],
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
<ItemGroup >
9
9
<PackageVersion Include =" Validation" Version =" 2.6.68" />
10
+ <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 1.0.0" />
10
11
</ItemGroup >
11
12
<ItemGroup Label =" Library.Template" >
12
13
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
13
- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.0 " />
14
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.1 " />
14
15
<PackageVersion Include =" xunit.v3" Version =" 1.0.0" />
15
- <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 1.0.0" />
16
16
</ItemGroup >
17
17
<ItemGroup >
18
18
<!-- Put repo-specific GlobalPackageReference items in this group. -->
21
21
<GlobalPackageReference Include =" CSharpIsNullAnalyzer" Version =" 0.1.593" />
22
22
<GlobalPackageReference Include =" DotNetAnalyzers.DocumentationAnalyzers" Version =" 1.0.0-beta.59" />
23
23
<!-- The condition works around https://github.com/dotnet/sdk/issues/44951 -->
24
- <GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.7.112 " Condition =" !('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
24
+ <GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.7.115 " Condition =" !('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
25
25
<GlobalPackageReference Include =" PolySharp" Version =" 1.15.0" />
26
26
<GlobalPackageReference Include =" StyleCop.Analyzers.Unstable" Version =" 1.2.0.556" />
27
27
</ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ param (
11
11
[switch ]$AvoidSymbolicLinks
12
12
)
13
13
14
- $ArtifactStagingFolder = & " $PSScriptRoot /../../tools/ Get-ArtifactsStagingDirectory.ps1" - CleanIfLocal
14
+ $ArtifactStagingFolder = & " $PSScriptRoot /../Get-ArtifactsStagingDirectory.ps1" - CleanIfLocal
15
15
16
16
function Create-SymbolicLink {
17
17
param (
Original file line number Diff line number Diff line change 1
- $ArtifactStagingFolder = & " $PSScriptRoot /../../tools/ Get-ArtifactsStagingDirectory.ps1"
1
+ $ArtifactStagingFolder = & " $PSScriptRoot /../Get-ArtifactsStagingDirectory.ps1"
2
2
3
3
if (! (Test-Path $ArtifactStagingFolder / build_logs)) { return }
4
4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $result = @{}
7
7
$testRoot = Resolve-Path " $PSScriptRoot \..\..\test"
8
8
$result [$testRoot ] = (Get-ChildItem " $testRoot \TestResults" - Recurse - Directory | Get-ChildItem - Recurse - File)
9
9
10
- $artifactStaging = & " $PSScriptRoot \..\ Get-ArtifactsStagingDirectory.ps1"
10
+ $artifactStaging = & " $PSScriptRoot /../ Get-ArtifactsStagingDirectory.ps1"
11
11
$testlogsPath = Join-Path $artifactStaging " test_logs"
12
12
if (Test-Path $testlogsPath ) {
13
13
$result [$testlogsPath ] = Get-ChildItem $testlogsPath - Recurse;
You can’t perform that action at this time.
0 commit comments