Skip to content

Commit

Permalink
Fix ci fsproj path
Browse files Browse the repository at this point in the history
  • Loading branch information
galassie committed Sep 8, 2024
1 parent 447a44c commit 6028037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nuget:
build_script:
- dotnet build -c Release
- dotnet test -c Release --no-build
- dotnet pack -c Release --no-build --include-symbols -o ./deploy ./src/PomodoroSharp.fsproj
- dotnet pack -c Release --no-build --include-symbols -o ./deploy ./PomodoroSharp.fsproj

artifacts:
- path: 'deploy/*.nupkg'
Expand Down

0 comments on commit 6028037

Please sign in to comment.