mirror of
https://github.com/actions/runner.git
synced 2026-01-13 14:41:14 +08:00
Add SLN file and make projects build in VS (#173)
* 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
This commit is contained in:
committed by
Thomas Boop
parent
ec9cb6c68d
commit
76078b5c44
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,7 +3,6 @@
|
||||
**/libs
|
||||
**/*.xproj
|
||||
**/*.xproj.user
|
||||
**/*.sln
|
||||
**/.vs
|
||||
**/.vscode
|
||||
**/*.error
|
||||
|
||||
Reference in New Issue
Block a user