You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V7 generator - Update workflow to address parallelism issues for windows-latest during build (#1229)
* No longer GeneratePackageOnBuild
* Run dotnet clean before running dotnet build
* Removed .NET 4.5 references
* BuildInParallel set to false in csproj
UseSharedCompilation: false # We are dealing with two sources of parallelism (see matrix) - Adyen.GeneratedMSBuildEditorConfig.editorconfig gets a .lock-file, this prevents another parallel process from accessing the build during the .lock.
39
44
40
45
- name: Run unit tests in .NET 8.0
41
-
run: dotnet test --no-build --configuration Debug --framework net8.0 --no-restore Adyen.Test/Adyen.Test.csproj
46
+
run: dotnet test --no-build --framework net8.0 Adyen.Test/Adyen.Test.csproj
<Description>The Adyen API Library for .NET Core allows developers to interact with the Adyen APIs, including Hosted Payment Pages and the Terminal API.</Description>
0 commit comments