diff --git a/.editorconfig b/.editorconfig index bd40e0e..275499b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,13 +6,14 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{*proj,props,xml}] +[*.{*proj,props}] indent_size = 2 -indent_style = space [*.{json,yaml,yml}] indent_size = 2 -indent_style = space + +[*.{config,xml}] +indent_size = 2 [*.cs] # MSTEST0026: Avoid conditional access in assertions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87a4619..280c932 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: run: > find 'bin/${{ needs.test.outputs.ArtifactId }}' -name *.nupkg - -exec dotnet nuget push '${{ needs.release.outputs.version }}' {} --api-key "$NUGET_API_KEY" \; + -exec dotnet nuget push {} --api-key "$NUGET_API_KEY" \; env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} - name: Publish release diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..a33b9d3 --- /dev/null +++ b/nuget.config @@ -0,0 +1,10 @@ + + + + + + + + + +