-
Notifications
You must be signed in to change notification settings - Fork 16
Create Github Build action instead of DevOps Pipeline #180
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
Conversation
2a778ff
to
48db660
Compare
48db660
to
c002326
Compare
c7a3758
to
0fc73db
Compare
Target just 5.0
fcba78b
to
bf83fe5
Compare
@Keboo testing seems to be failing because it can't find netcoreapp3.1, not sure on the way to get around this since we wanted to use net5.0 and it doesn't seem to like that currently. |
@BenjaminMichaelis so it looks like it is the actual running of the test project that is failing. This is because even though the .net5 compiler can be used to compile netcore3.1, it doesn't have the runtime bits to actually execute it. Two options (though I think the first is easier):
|
8a34628
to
14cf0de
Compare
e4309eb
to
3f351bd
Compare
This reverts commit a0c6e6c.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.