Skip to content

Commit

Permalink
fix: misc bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 16, 2021
1 parent fed15be commit f8db5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-dotnet",
"version": "0.0.6-dev.63",
"version": "0.0.6-dev.65",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/executors/build/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function runExecutor(
const projectFilePath = await getProjectFileForNxProject(nxProjectConfiguration);

dotnetClient.build(
projectFilePath[0],
projectFilePath,
Object.keys(options).map((x: dotnetBuildFlags) => ({
flag: x,
value: options[x],
Expand Down

0 comments on commit f8db5b1

Please sign in to comment.