Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
loekd authored Aug 21, 2024
1 parent fd90c53 commit 08dace0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NuGetCD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
Test_Project_File: \test\ServiceFabric.Mocks.NetCoreTests\ServiceFabric.Mocks.NetCoreTests.csproj
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -27,7 +27,7 @@ jobs:
run: |
# Specify the package you want to check
$PACKAGE_NAME="Microsoft.ServiceFabric.Actors"
$csprojPath = "\src\ServiceFabric.Mocks\ServiceFabric.Mocks.csproj"
$csprojPath = "./src/ServiceFabric.Mocks/ServiceFabric.Mocks.csproj"
# Get the diff and check for the package reference
$diff = git diff master -- $csprojPath
Expand Down

0 comments on commit 08dace0

Please sign in to comment.