Skip to content

Commit

Permalink
Update CI workflow stepe names for Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Nov 20, 2024
1 parent 62421c9 commit c6dd32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/managed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
with:
nuget-version: '6.11.0'

- name: NuGet Restore BehaviorsSDKManaged.sln
- name: NuGet Restore XAMLBehaviorsSample.sln
run: nuget restore samples\CS\XAMLBehaviorsSample.sln

- name: Build BehaviorsSDKManaged.sln
- name: Build XAMLBehaviorsSample.sln
run: msbuild samples\CS\XAMLBehaviorsSample.sln /p:Configuration=Release -v:diag /bl

- name: Upload MSBuild binary log
Expand Down

0 comments on commit c6dd32c

Please sign in to comment.