Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit b062699

Browse files
author
Isaiah Williams
authored
Build pipeline updates (#322)
1 parent 60a1961 commit b062699

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.proj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
<Target Name="Build">
3030

3131
<!-- Build the project -->
32-
<PropertyGroup>
33-
<TestOutputDirectory>$(RepoArtifacts)/TestResults</TestOutputDirectory>
34-
</PropertyGroup>
35-
3632
<Exec Command="dotnet build Partner-Center-PowerShell.sln -c $(Configuration)" />
3733

3834
<!-- Delete PowerShell runtime files -->
@@ -68,7 +64,7 @@
6864
<Target Name="Test">
6965
<Message Importance="high" Text="Running unit tests..." />
7066
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
71-
<Exec Command="dotnet test Partner-Center-PowerShell.sln --configuration $(Configuration) --framework netcoreapp3.0 --logger trx --results-directory &quot;$(TestOutputDirectory)&quot;" />
67+
<Exec Command="dotnet test Partner-Center-PowerShell.sln --configuration $(Configuration) --logger trx --results-directory &quot;$(TestOutputDirectory)&quot;" />
7268
</Target>
7369

7470
<Target Name="ValidateModule">

0 commit comments

Comments
 (0)