diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index baed56e..b4d7dde 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: types: [published] jobs: - build: + publish: runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index e77eefd..f2be91b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,38 @@ -*.user +*.nupkg +*.swp +*.*~ +project.lock.json .DS_Store +*.pyc +nupkg/ + +# Visual Studio Code +.vscode + +# Rider .idea -bin/ -obj/ -.vs + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +msbuild.log +msbuild.err +msbuild.wrn + +# Visual Studio 2015 +.vs/ \ No newline at end of file diff --git a/out/PolymorphicTypePropertyGenerator.0.2.1.nupkg b/out/PolymorphicTypePropertyGenerator.0.2.1.nupkg deleted file mode 100644 index 5643a26..0000000 Binary files a/out/PolymorphicTypePropertyGenerator.0.2.1.nupkg and /dev/null differ