File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: read-all
1212
1313jobs :
1414 build_dev_branch :
15- runs-on : ubuntu -latest
15+ runs-on : macos -latest
1616 steps :
1717 - name : Checkout PnP.Framework
1818 uses : actions/checkout@v4
5151 run : dotnet restore -p:PnPFrameworkPath="..\..\..\pnpframework\src\lib\" -p:PnPCoreSdkPath="..\..\..\pnpcore\src\sdk\"
5252 working-directory : powershell/src
5353 - name : Build PnP.PowerShell
54- run : dotnet build --configuration Debug --no-restore -p:PnPFrameworkPath="/home /runner/work/powershell/powershell/pnpframework/src/lib/" -p:PnPCoreSdkPath="/home /runner/work/powershell/powershell/pnpcore/src/sdk/"
54+ run : dotnet build --configuration Debug --no-restore -p:PnPFrameworkPath="/Users /runner/work/powershell/powershell/pnpframework/src/lib/" -p:PnPCoreSdkPath="/Users /runner/work/powershell/powershell/pnpcore/src/sdk/"
5555 working-directory : powershell/src
You can’t perform that action at this time.
0 commit comments