Skip to content

Commit 4410491

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Fix ps script in ci
1 parent 99ae327 commit 4410491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/net-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
docker build . --file Dockerfile -t aspose-barcode-cloud-dotnet:test-nuget
4040
$containerId = docker run -di --rm aspose-barcode-cloud-dotnet:test-nuget
41-
docker cp "$containerId:/packed/*.nupkg" NetFrameworkTests
41+
docker cp "${containerId}:/packed/*.nupkg" NetFrameworkTests
4242
4343
- name: Build test project
4444
run: msbuild NetFrameworkTests\Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj -restore -p:Configuration=Release

0 commit comments

Comments
 (0)