Skip to content

Commit

Permalink
Update Globalization.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagarnimmagaddi authored Jan 31, 2025
1 parent 10ded49 commit 790b759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Globalization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
run: |
dotnet --info | grep 'System.Globalization.Invariant' || echo "Globalization Invariant not found (expected when disabled)"
- name: List files to check project structure
- name: List repository files recursively
run: ls -R

- name: Restore .NET dependencies
run: |
cd my-dotnet-project # <-- Replace with the actual project directory (check the output of `ls -R`)
cd src/my-dotnet-project # <-- Use the correct directory based on ls -R output
dotnet restore
- name: Build .NET project
run: |
cd my-dotnet-project # <-- Ensure you're in the correct directory
cd src/my-dotnet-project # <-- Again, update this to the correct path
dotnet build

0 comments on commit 790b759

Please sign in to comment.