Skip to content

Commit cf21741

Browse files
author
XUANHE ZHOU
committed
dotnet publish
1 parent aabced0 commit cf21741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/test/examples_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func TestAccAwsPyS3Folder(t *testing.T) {
260260
}
261261

262262
func TestAccAwsPyServerlessRaw(t *testing.T) {
263-
cmd := exec.Command("dotnet", "publish")
263+
cmd := exec.Command("dotnet publish", "app")
264264
cmd.Path = path.Join(getCwd(t), "..", "..", "aws-ts-serverless-raw", "app")
265265
cmd.Dir = path.Join(getCwd(t), "..", "..", "aws-ts-serverless-raw")
266266
err := cmd.Run()

0 commit comments

Comments
 (0)