diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f07851..df0a71b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: build: runs-on: ubuntu-latest - + steps: - uses: actions/checkout@v2 - name: Set env @@ -41,7 +41,7 @@ jobs: - name: Build Package run: dotnet build --no-restore --configuration Release /p:Version=${VERSION} - name: Test cases - run: dotnet test --no-build --verbosity normal --configuration Release /p:Version=${VERSION} + run: dotnet test --no-build --verbosity normal --configuration Release /p:Version=${VERSION} - name: Pack Package run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output ./nuget - name: Update resources diff --git a/nuget/Avalara.SDK.24.2.29.nupkg b/nuget/Avalara.SDK.24.2.29.nupkg new file mode 100644 index 0000000..89b7731 Binary files /dev/null and b/nuget/Avalara.SDK.24.2.29.nupkg differ