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 {