File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ exec { & dotnet clean -c Release }
3030
3131exec { & dotnet build - c Release }
3232
33- exec { & dotnet test - c Release - r $artifacts -- no- build - l trx -- verbosity= normal }
33+ exec { & dotnet test - c Release -- results - directory $artifacts -- no- build - l trx -- verbosity= normal }
3434
3535exec { & dotnet pack .\src\AutoMapper\AutoMapper.csproj - c Release - o $artifacts -- no- build }
3636
Original file line number Diff line number Diff line change 11$scriptName = $MyInvocation.MyCommand.Name
2- $artifacts = " ./artifacts"
2+ $artifacts = " .. /artifacts"
33
44if ([string ]::IsNullOrEmpty($Env: NUGET_API_KEY )) {
55 Write-Host " ${scriptName} : NUGET_API_KEY is empty or not set. Skipped pushing package(s)."
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net7 .0</TargetFrameworks >
55 <NoWarn >$(NoWarn);618</NoWarn >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net7 .0</TargetFrameworks >
55 <NoWarn >$(NoWarn);649;618</NoWarn >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments