mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e4c7c9f90 | ||
|
|
ccfe42ea08 |
@@ -1,12 +1,8 @@
|
||||
## Features
|
||||
- Added commands to enable or disable echoing of commands (#139)
|
||||
- N/A
|
||||
|
||||
## Bugs
|
||||
- Do not retry uploads on 4xx Errors for Artifact Upload Service (#131)
|
||||
- Actions cache no longer incorrectly caches the action if the tag was updated for self hosted runners (#148)
|
||||
- Disabled echoing of commands on add-mask, debug, warning and error commands (#158)
|
||||
- HashFile now is correctly configured to only support basic globbing and globstar (#149)
|
||||
- HashFile now sets a default root and handles Windows paths correctly (#151)
|
||||
- Fixed an issue with Strong Name Validation when running as a service on Windows (#185)
|
||||
|
||||
## Misc
|
||||
- N/A
|
||||
|
||||
Binary file not shown.
@@ -9,9 +9,8 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>RunnerService</RootNamespace>
|
||||
<AssemblyName>RunnerService</AssemblyName>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>FinalPublicKey.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>true</DelaySign>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<DelaySign>false</DelaySign>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
@@ -64,7 +63,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="FinalPublicKey.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resource.resx">
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.160.1
|
||||
2.160.2
|
||||
Reference in New Issue
Block a user