Skip to content

Commit

Permalink
[GitHub Actions, DiligentCore.NET]: Added Rolling Forward to Major Ve…
Browse files Browse the repository at this point in the history
…rsion for .NET Tests
  • Loading branch information
MikhailGorobets committed Nov 20, 2023
1 parent 48f3e61 commit c624b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BuildTools/.NET/dotnet-build-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def dotnet_run_native_tests(config, settings, arch, gapi):

def dotnet_run_managed_tests(config, arch, gapi):
os.environ["DILIGENT_GAPI"] = gapi
os.environ["DOTNET_ROLL_FORWARD"] = "Major"
subprocess.run(f"dotnet test -c {config} -p:Platform={arch} {project_paths['dotnet-tests']}", check=True)


Expand Down

0 comments on commit c624b8a

Please sign in to comment.