mirror of
https://github.com/actions/runner.git
synced 2025-12-15 22:47:01 +00:00
* Add SLN file and make projects build in VS - Added new ActionsRunner.sln file with all the CSPROJ's in it - Added Directory.Build.props that gets auto-included in all CSPROJ files under it - Made default runtime platforms for Windows and Linux (to be 64bit) so that you don't have to specify it in order to build * Remove extra invalid parens
23 lines
246 B
Plaintext
23 lines
246 B
Plaintext
**/bin
|
|
**/obj
|
|
**/libs
|
|
**/*.xproj
|
|
**/*.xproj.user
|
|
**/.vs
|
|
**/.vscode
|
|
**/*.error
|
|
**/*.json.pretty
|
|
node_modules
|
|
_downloads
|
|
_layout
|
|
_package
|
|
_dotnetsdk
|
|
TestResults
|
|
TestLogs
|
|
.DS_Store
|
|
**/*.DotSettings.user
|
|
|
|
#generated
|
|
src/Runner.Sdk/BuildConstants.cs
|
|
|