mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
test release
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
- N/A
|
||||
|
||||
## Bugs
|
||||
- Reverted removal of additional fields error and warning fields (#147)
|
||||
- Actions cache would incorrectly cache the action if the tag was updated (#148)
|
||||
|
||||
- TEST RELEASE IGNORE
|
||||
## Misc
|
||||
- Updated to .NET Core 3.0 (#127)
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>RunnerService</RootNamespace>
|
||||
<AssemblyName>RunnerService</AssemblyName>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>FinalPublicKey.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>true</DelaySign>
|
||||
<DelaySign>false</DelaySign>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.160.0
|
||||
1.999.9
|
||||
Reference in New Issue
Block a user