From 5e5e73c2ed25c39b652ab1c6528b2bb3a4ac122c Mon Sep 17 00:00:00 2001 From: Patrick Grawehr Date: Sun, 26 May 2024 13:59:12 +0200 Subject: [PATCH] Minor review findings --- .github/workflows/arduino.yml | 2 +- tools/ArduinoCsCompiler/Frontend/Frontend.csproj | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index 264d9ae850..c29bcd6835 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest strategy: matrix: - configuration: [Debug, Release] + configuration: [Release] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/tools/ArduinoCsCompiler/Frontend/Frontend.csproj b/tools/ArduinoCsCompiler/Frontend/Frontend.csproj index 7b1fcb6c15..0cbb07c696 100644 --- a/tools/ArduinoCsCompiler/Frontend/Frontend.csproj +++ b/tools/ArduinoCsCompiler/Frontend/Frontend.csproj @@ -17,6 +17,8 @@ dotnet-acs ..\..\..\artifacts\packages\$(Configuration)\Shipping 1.0.2 + + true @@ -33,6 +35,10 @@ +