diff --git a/.github/workflows/on-push-tag.yml b/.github/workflows/on-push-tag.yml index e6070be0..a4769597 100644 --- a/.github/workflows/on-push-tag.yml +++ b/.github/workflows/on-push-tag.yml @@ -58,4 +58,3 @@ jobs: generate_release_notes: true files: | .out/*.zip - .out/*.nupkg diff --git a/.github/workflows/on-release-published.yml b/.github/workflows/on-release-published.yml index 3bf718ff..78cde797 100644 --- a/.github/workflows/on-release-published.yml +++ b/.github/workflows/on-release-published.yml @@ -11,23 +11,6 @@ permissions: pull-requests: write jobs: - release-nuget: - runs-on: ubuntu-latest - steps: - - name: Setup .NET Core - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 10.0.100 - - - name: Download Github Release artifacts - uses: robinraju/release-downloader@v1.11 - with: - tag: ${{github.ref_name}} - fileName: '*.nupkg' - - - name: NuGet Release - run: dotnet nuget push Terrabuild.${{github.ref_name}}.nupkg --skip-duplicate --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json - sign-and-notarize: runs-on: macos-latest steps: diff --git a/Makefile b/Makefile index c3206f73..92088502 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,6 @@ usage: publish: dotnet publish -c $(config) -p:Version=$(version) -o $(PWD)/.out/dotnet src/Terrabuild - dotnet pack -c $(config) -p:Version=$(version) -o .out publish-darwin: dotnet publish -c $(config) -r osx-x64 -p:PublishSingleFile=true --self-contained -p:Version=$(version) -p:IncludeNativeLibrariesForSelfExtract=true -o $(PWD)/.out/darwin/x64 src/Terrabuild diff --git a/src/Terrabuild/README.md b/src/Terrabuild/README.md deleted file mode 100644 index ee6a4b15..00000000 --- a/src/Terrabuild/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# ✨ Terrabuild - -Terrabuild helps you build your monorepos efficiently. - -See [Documentation](https://terrabuild.io) for more information. - -Terrabuild use [FSL-1.1-Apache-2.0](https://raw.githubusercontent.com/magnusopera/terrabuild/main/LICENSE.md). By using this software, you agree to the terms of this license. diff --git a/src/Terrabuild/Terrabuild.fsproj b/src/Terrabuild/Terrabuild.fsproj index ef73d5e1..2bb14a89 100644 --- a/src/Terrabuild/Terrabuild.fsproj +++ b/src/Terrabuild/Terrabuild.fsproj @@ -1,10 +1,7 @@ Exe - true - terrabuild terrabuild - true @@ -70,23 +67,6 @@ PreserveNewest Always - - - - - Terrabuild - Pierre Chalamet - Terrabuild - Terrabuild - Copyright 2023-present Magnus Opera - LICENSE.md - https://github.com/magnusopera/terrabuild - https://github.com/magnusopera/terrabuild.git - terrabuild;build;monorepo - README.md - Terrabuild.png - - \ No newline at end of file diff --git a/src/Terrabuild/Terrabuild.png b/src/Terrabuild/Terrabuild.png deleted file mode 100644 index 78686fd0..00000000 Binary files a/src/Terrabuild/Terrabuild.png and /dev/null differ