3 Commits

Author SHA1 Message Date
Adam Hathcock 7d7af09866 Fix building for 2023 revit fakes 2024-07-12 13:13:58 +01:00
Adam Hathcock 43b62b7999 fix action 2024-07-12 09:36:38 +01:00
Adam Hathcock b5f0a6e6b6 do main action on release publish 2024-07-12 09:34:30 +01:00
3 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ name: .NET Build and Publish
on:
push:
branches: ["main"]
branches: ["main"]
release:
types: [published]
jobs:
build:
@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<Import Project="..\Speckle.Shared\Speckle.Shared.projitems" Label="Shared" />
<ItemGroup>
@@ -41,6 +41,6 @@
"contentHash": "dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw=="
}
},
".NETFramework,Version=v4.8/win7-x86": {}
".NETFramework,Version=v4.8/win7-x64": {}
}
}