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

Commit

Permalink
Build pipeline updates (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Williams authored Jul 9, 2020
1 parent 60a1961 commit b062699
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<Target Name="Build">

<!-- Build the project -->
<PropertyGroup>
<TestOutputDirectory>$(RepoArtifacts)/TestResults</TestOutputDirectory>
</PropertyGroup>

<Exec Command="dotnet build Partner-Center-PowerShell.sln -c $(Configuration)" />

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

<Target Name="ValidateModule">
Expand Down

0 comments on commit b062699

Please sign in to comment.