Paunovic Stefan
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Edited Build artifacts missing files
AnsweredI'm trying to reuse the build from one build configuration in another build configuration, so I created an artifact dependency that is supposed to take the project folder with the built application... -
Edited Running a .Net application from built source so that postman tests can be run against it
CompletedThe build configuration is meant to be as follows: Restore the NuGet packages with NuGet Installer runner Build the application with .NET CLI (dotnet) runner Run the module tests using Nunit runne...