From 85b5ba3b5755f51e63e39fef89f848ce86db2627 Mon Sep 17 00:00:00 2001 From: iadgovuser29 <33426478+iadgovuser29@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:01:27 -0400 Subject: [PATCH] More actions changes --- .github/workflows/dotnet-build-hardwaremanifest.yml | 4 ++-- .github/workflows/dotnet-build-paccor_scripts.yml | 4 ++-- .../HardwareManifestPlugin/HardwareManifestPlugin.csproj | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-build-hardwaremanifest.yml b/.github/workflows/dotnet-build-hardwaremanifest.yml index 7dec35d..e13a700 100644 --- a/.github/workflows/dotnet-build-hardwaremanifest.yml +++ b/.github/workflows/dotnet-build-hardwaremanifest.yml @@ -20,10 +20,10 @@ jobs: run: dotnet restore - name: Build working-directory: dotnet/HardwareManifestPlugin - run: dotnet build --no-restore + run: dotnet build - name: Test working-directory: dotnet/HardwareManifestPlugin - run: dotnet test --no-build + run: dotnet test - name: Pack working-directory: dotnet/HardwareManifestPlugin run: dotnet pack \ No newline at end of file diff --git a/.github/workflows/dotnet-build-paccor_scripts.yml b/.github/workflows/dotnet-build-paccor_scripts.yml index a4ad13e..cc304fc 100644 --- a/.github/workflows/dotnet-build-paccor_scripts.yml +++ b/.github/workflows/dotnet-build-paccor_scripts.yml @@ -20,10 +20,10 @@ jobs: run: dotnet restore - name: Build working-directory: dotnet/paccor_scripts - run: dotnet build --no-restore + run: dotnet build - name: Test working-directory: dotnet/paccor_scripts - run: dotnet test --no-build + run: dotnet test - name: Pack working-directory: dotnet/paccor_scripts run: dotnet pack diff --git a/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/HardwareManifestPlugin.csproj b/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/HardwareManifestPlugin.csproj index 9321fa3..3e5cdb1 100644 --- a/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/HardwareManifestPlugin.csproj +++ b/dotnet/HardwareManifestPlugin/HardwareManifestPlugin/HardwareManifestPlugin.csproj @@ -53,6 +53,9 @@ + + +