Compare commits
3 Commits
0.2.1
...
generation-fix
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d7af09866 | |||
| 43b62b7999 | |||
| b5f0a6e6b6 |
@@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user