From 4fe54e8bc7cb7fce1f6a44c619db59f8f14a143a Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Fri, 24 Oct 2025 22:04:07 +0700 Subject: [PATCH] JK --- AS400API.csproj | 14 +++++++++++++- Jenkinsfile | 4 +++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/AS400API.csproj b/AS400API.csproj index 6dd969a..8012c59 100644 --- a/AS400API.csproj +++ b/AS400API.csproj @@ -4,7 +4,10 @@ enable enable true + $(DefaultItemExcludes);AS400API.Tests/** + + @@ -14,7 +17,16 @@ + + - + + + + + + + PreserveNewest + diff --git a/Jenkinsfile b/Jenkinsfile index 61944e9..eab75b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,6 +60,7 @@ pipeline { mkdir -p "${WORKSPACE}/.dotnet" curl -fsSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh bash dotnet-install.sh --channel 9.0 --install-dir "${WORKSPACE}/.dotnet" + bash dotnet-install.sh --channel 8.0 --install-dir "${WORKSPACE}/.dotnet" export PATH="${WORKSPACE}/.dotnet:${PATH}" dotnet --info @@ -93,7 +94,8 @@ pipeline { --scan . \ --out depcheck \ --data "${DC_DATA}" \ - --noupdate || true + --noupdate || true \ + --disableAssembly ''' } post {