Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding github workflow file. #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

yazeed-obaid
Copy link

Adding Github workflow action build file. This file uses the build.cmd file to build and test the repo. Also it add the generated dll file as an artifact to workflow run to be used.

uses: actions/upload-artifact@v2
with:
name: DLL Build Result
path: ./.fake/*.dll
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this I think should be 'bin'

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be whatever it is for .net 4.6.
not even sure that github actions support it you will need to check it since .net 4.6 isn't cross platform.

runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be called .net 4.6

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added another workflow file that uses .net framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants