mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e4c7c9f90 | ||
|
|
ccfe42ea08 |
@@ -1,12 +1,8 @@
|
|||||||
## Features
|
## Features
|
||||||
- Added commands to enable or disable echoing of commands (#139)
|
- N/A
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
- Do not retry uploads on 4xx Errors for Artifact Upload Service (#131)
|
- Fixed an issue with Strong Name Validation when running as a service on Windows (#185)
|
||||||
- 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)
|
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
- N/A
|
- N/A
|
||||||
|
|||||||
Binary file not shown.
@@ -9,9 +9,8 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>RunnerService</RootNamespace>
|
<RootNamespace>RunnerService</RootNamespace>
|
||||||
<AssemblyName>RunnerService</AssemblyName>
|
<AssemblyName>RunnerService</AssemblyName>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>false</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>FinalPublicKey.snk</AssemblyOriginatorKeyFile>
|
<DelaySign>false</DelaySign>
|
||||||
<DelaySign>true</DelaySign>
|
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
@@ -64,7 +63,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="App.config" />
|
<None Include="App.config" />
|
||||||
<None Include="FinalPublicKey.snk" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Resource.resx">
|
<EmbeddedResource Include="Resource.resx">
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.160.1
|
2.160.2
|
||||||
Reference in New Issue
Block a user