RA-Consulting-GmbH / openscenario.api.test

Apache License 2.0
39 stars 12 forks source link

Windows build scripts fix #154

Closed Deakon997 closed 2 years ago

Deakon997 commented 2 years ago

Reference to a related issue in the repository

152

Add a description

Fixes the automatic build on Windows.

Some questions to ask: What is this change? Uses now Visual Studio 2022 on Windows.

What does it fix? Fixes the automatic build on Windows.

Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version? It's a bug fix as the most recent Windows build environment switched from VS2019 to VS2022. Does not break anything as it is only related to the workflow actions.

How has it been tested? Its sister script had the same issue and was fixed the same way. Unfortunately this script can only be tested on the event of a pull request to master or dev branch.

Mention a member

@Deakon997

Check the checklist

Deakon997 commented 2 years ago

@ahege: had to create this pull request in order to check if the automatic build scripts are working correctly and they do. So I can close this pull request without any harm to the master branch.