microsoft / AdaptiveCards-.NET

MIT License
2 stars 1 forks source link

Update dotnet-ci.yml #16

Closed Jvr2022 closed 8 months ago

Jvr2022 commented 1 year ago

Updated the NuGetToolInstaller task to use the latest version (@1).

Set the command input to 'restore' in the NuGetCommand task. Modified the VSBuild task's display name to include the solution name dynamically.

Updated the VSTest task to use the testSelector input instead of the deprecated testAssembly.

Removed the deprecated inputs runInParallel, runTestsInIsolation, failOnMinTestsNotRun from the VSTest task.

Updated the PowerShell task version to @2.

Adjusted the inline PowerShell script input to targetType: 'inline'.

Added a comment in the PowerShell task to indicate where additional test commands can be added.