Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/on-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ jobs:
generate_release_notes: true
files: |
.out/*.zip
.out/*.nupkg
17 changes: 0 additions & 17 deletions .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions src/Terrabuild/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions src/Terrabuild/Terrabuild.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<ToolCommandName>terrabuild</ToolCommandName>
<AssemblyName>terrabuild</AssemblyName>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="Contracts/Api.fs" />
Expand Down Expand Up @@ -70,23 +67,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="Terrabuild.png" Pack="true" PackagePath="\" />
</ItemGroup>

<PropertyGroup>
<!-- https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-using-a-nuspec -->
<PackageId>Terrabuild</PackageId>
<Authors>Pierre Chalamet</Authors>
<Title>Terrabuild</Title>
<Description>Terrabuild</Description>
<Copyright>Copyright 2023-present Magnus Opera</Copyright>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/magnusopera/terrabuild</PackageProjectUrl>
<RepositoryUrl>https://github.com/magnusopera/terrabuild.git</RepositoryUrl>
<PackageTags>terrabuild;build;monorepo</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Terrabuild.png</PackageIcon>
</PropertyGroup>

</Project>
Binary file removed src/Terrabuild/Terrabuild.png
Binary file not shown.