File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
TestAssets/TestProjects/ProjectWithEsProjReference
dotnet.Tests/CommandTests/Run Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk="Microsoft.VisualStudio.JavaScript.SDK/1.0.3398286 " />
1
+ <Project Sdk="Microsoft.VisualStudio.JavaScript.SDK/1.0.1948920 " />
Original file line number Diff line number Diff line change 137
137
<HelixPreCommands Condition =" $(IsPosixShell)" >. $HELIX_CORRELATION_PAYLOAD/t/RunTestsOnHelix.sh;$(HelixPreCommands)</HelixPreCommands >
138
138
<HelixPostCommands Condition =" !$(IsPosixShell)" >PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure";$(HelixPostCommands)</HelixPostCommands >
139
139
<HelixPostCommands Condition =" !$(IsPosixShell)" >PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Recurse -File -Filter '*hangdump.dmp' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT";$(HelixPostCommands)</HelixPostCommands >
140
- <HelixPostCommands Condition =" !$(IsPosixShell)" >PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Path $env:HELIX_WORKITEM_PAYLOAD -Recurse -File -Filter 'helixfailure.binlog' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT";$(HelixPostCommands)</HelixPostCommands >
141
- <HelixPostCommands Condition =" $(IsPosixShell)" >find "$HELIX_WORKITEM_UPLOAD_ROOT/../../.." -name '*hangdump.dmp' -exec cp {} "$HELIX_WORKITEM_UPLOAD_ROOT" \%3B;$(HelixPostCommands)</HelixPostCommands >
142
- <HelixPostCommands Condition =" $(IsPosixShell)" >find "$HELIX_WORKITEM_UPLOAD_ROOT/../../.." -name '*helixfailure.binlog' -exec cp {} "$HELIX_WORKITEM_UPLOAD_ROOT" \%3B;$(HelixPostCommands)</HelixPostCommands >
140
+ <HelixPostCommands Condition =" $(IsPosixShell)" >find "$HELIX_WORKITEM_UPLOAD_ROOT/../../.." -name '*hangdump.dmp' -exec cp {} "$HELIX_WORKITEM_UPLOAD_ROOT" \;;$(HelixPostCommands)</HelixPostCommands >
143
141
<TestDotnetVersion >$(Version)</TestDotnetVersion >
144
142
<MSBuildSdkResolverDir >$(RepoRoot)artifacts\bin\Microsoft.DotNet.MSBuildSdkResolver</MSBuildSdkResolverDir >
145
143
<HelixStage0Targz >$(RepoRoot)artifacts\tmp\HelixStage0.tar.gz</HelixStage0Targz >
Original file line number Diff line number Diff line change @@ -1748,8 +1748,8 @@ public void SdkReference()
1748
1748
var testInstance = _testAssetsManager . CreateTestDirectory ( ) ;
1749
1749
File . WriteAllText ( Path . Join ( testInstance . Path , "Program.cs" ) , """
1750
1750
#:sdk Microsoft.NET.Sdk
1751
- #:sdk Aspire.AppHost.Sdk@9.3 .1
1752
- #:package Aspire.Hosting.AppHost@9.3 .1
1751
+ #:sdk Aspire.AppHost.Sdk@9.2 .1
1752
+ #:package Aspire.Hosting.AppHost@9.2 .1
1753
1753
1754
1754
var builder = DistributedApplication.CreateBuilder(args);
1755
1755
builder.Build().Run();
You can’t perform that action at this time.
0 commit comments