Skip to content

Commit

Permalink
Enabled SMB302 dialect, SMB311 does not seem to be supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
legendarymember committed Sep 9, 2024
1 parent 5162619 commit f011a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: sed 's/GITHUB_TOKEN/${{ secrets.NUGET_TOKEN }}/g' .nuget.config > nuget.config

- name: Build packages
run: dotnet build -c Release /p:PublicRelease=true
run: dotnet build -c Release /p:PublicRelease=true /p:DefineConstants=SMB302_CLIENT

- name: Pack packages
run: dotnet pack -c Release /p:PublicRelease=true
run: dotnet pack -c Release /p:PublicRelease=true /p:DefineConstants=SMB302_CLIENT

- name: Publish Package
run: dotnet nuget push ./**/*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit f011a4b

Please sign in to comment.