diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16cb1e9..9a64106 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: id: pack-options-nightly run: echo "value=--version-suffix ${{ github.event_name == 'push' && 'nightly' || github.ref_name }}.${{ github.run_number }}" >> $GITHUB_OUTPUT - name: Pack - run: dotnet pack -c Release -o ./pack ${{ steps.pack-options-nightly.outputs.value }} + run: dotnet pack ./Sigourney.Shipping.slnf -c Release -o ./pack ${{ steps.pack-options-nightly.outputs.value }} - name: Upload package artifacts uses: actions/upload-artifact@v4 with: diff --git a/Sigourney.Shipping.slnf b/Sigourney.Shipping.slnf new file mode 100644 index 0000000..58f76aa --- /dev/null +++ b/Sigourney.Shipping.slnf @@ -0,0 +1,9 @@ +{ + "solution": { + "path": "Sigourney.sln", + "projects": [ + "src\\Sigourney.Build\\Sigourney.Build.csproj", + "src\\Sigourney\\Sigourney.csproj" + ] + } +} \ No newline at end of file diff --git a/Sigourney.sln.DotSettings b/Sigourney.sln.DotSettings deleted file mode 100644 index 7270d8c..0000000 --- a/Sigourney.sln.DotSettings +++ /dev/null @@ -1,6 +0,0 @@ - - True - True - True - True - True \ No newline at end of file